Open
Description
Feature request 🚀
- I will create Pull Request
- It's just a suggestion
Expected
It would be nice to use more colors other than the defined names on Geist. Nice example would be brand colors, which currently doesn't really fit in current theme model.
Examples
const myTheme = {
type: 'Custom',
palette: {
twitter: '#1DA1F2',
},
};
// and use it like
function Login() {
return <Button type="twitter">Log in with Twitter</Button>;
}
Activity