mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-14 18:55:10 +01:00
Add onboarding styles to default theme
This commit is contained in:
parent
b74a4cd4c6
commit
7159b76344
@ -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: {
|
utils: {
|
||||||
divider: tokens.ash.c300,
|
divider: tokens.ash.c300,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user