add colour pickers to argTypes in story meta

This commit is contained in:
hobbes7878 2025-03-12 12:14:07 +00:00
parent dc06946fe1
commit bda6f2b80d
Failed to extract signature

View file

@ -4,6 +4,10 @@
const { Story } = defineMeta({
title: 'Components/Logos/ReutersGraphicsLogo',
component: ReutersGraphicsLogo,
argTypes: {
logoColour: { control: 'color' },
textColour: { control: 'color' },
},
});
</script>