add colour pickers to argTypes in story meta
This commit is contained in:
parent
dc06946fe1
commit
bda6f2b80d
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
|||
const { Story } = defineMeta({
|
||||
title: 'Components/Logos/ReutersGraphicsLogo',
|
||||
component: ReutersGraphicsLogo,
|
||||
argTypes: {
|
||||
logoColour: { control: 'color' },
|
||||
textColour: { control: 'color' },
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue