1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-02-18 01:10:04 +00:00

Add onboarding styles to default theme

This commit is contained in:
Isra 2024-03-06 10:58:38 -06:00
parent b74a4cd4c6
commit 7159b76344

View file

@ -228,6 +228,24 @@ export const defaultTheme = {
},
},
// Utilities
utils: {
divider: tokens.ash.c300,
},
// Onboarding
onboarding: {
bar: tokens.shade.c400,
barFilled: tokens.purple.c300,
divider: tokens.shade.c200,
card: tokens.shade.c800,
cardHover: tokens.shade.c700,
border: tokens.shade.c600,
good: tokens.purple.c100,
best: tokens.semantic.yellow.c100,
link: tokens.purple.c100,
},
utils: {
divider: tokens.ash.c300,
},