fix: storybook font rendering and shared fonts module #1
@@ -22,8 +22,8 @@ interface Props extends ButtonHTMLAttributes<HTMLButtonElement> {
|
||||
}
|
||||
|
||||
const VARIANTS: Record<ButtonVariant, string> = {
|
||||
primary: 'bg-blue text-cream',
|
||||
secondary: 'bg-blue text-cream',
|
||||
primary: 'bg-blue text-cream outline-[3px] outline-cream',
|
||||
secondary: 'bg-blue text-cream outline-[3px] outline-cream',
|
||||
outline: 'bg-transparent text-blue border-blue',
|
||||
ghost: 'bg-cream text-blue border-blue',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user