chore: non-primary button colors

This commit is contained in:
Aman Harwara
2023-05-25 13:03:18 +05:30
parent 4403fc3515
commit a89d182612
2 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ export const Text: FunctionComponent<Props> = ({ children, className }) => (
)
const buttonClasses =
'block bg-default text-text rounded border-solid \
'block bg-passive-5 text-text rounded border-solid \
border px-4 py-1.5 font-bold text-base lg:text-sm w-fit \
focus:bg-contrast hover:bg-contrast border-border'