Skip to content

Instantly share code, notes, and snippets.

@konstantinmuenster
Created August 22, 2022 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konstantinmuenster/0ee0c85275f3fbff643e2ec9c8237840 to your computer and use it in GitHub Desktop.
Save konstantinmuenster/0ee0c85275f3fbff643e2ec9c8237840 to your computer and use it in GitHub Desktop.
const Button = styled('button', {
// base styles
variants: {
color: generateColorPaletteVariants({ backgroundColor: '$––color––' }),
},
});
() => <Button color="violet">Button</Button>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment