mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:53:24 +00:00
add switch theme, remove unneeded search bar context
This commit is contained in:
@@ -73,6 +73,10 @@ const createThemeConfig = (tokens: Tokens) => ({
|
||||
buttonPurpleBackgroundHover: tokens.purple.c400,
|
||||
buttonCancelBackground: tokens.ash.c500,
|
||||
buttonCancelBackgroundHover: tokens.ash.c300,
|
||||
|
||||
switchActiveTrackColor: tokens.purple.c300,
|
||||
switchInactiveTrackColor: tokens.ash.c500,
|
||||
switchThumbColor: tokens.white,
|
||||
});
|
||||
|
||||
const openSansFace = {
|
||||
|
Reference in New Issue
Block a user