Merge pull request #1215 from spotify/mob/sidebar-auth
List auth providers
This commit is contained in:
@@ -57,8 +57,8 @@ export const lightTheme = createTheme({
|
||||
gold: yellow.A700,
|
||||
sidebar: '#171717',
|
||||
pinSidebarButton: {
|
||||
icon: '#BDBDBD',
|
||||
background: '#404040',
|
||||
icon: '#181818',
|
||||
background: '#BDBDBD',
|
||||
},
|
||||
tabbar: {
|
||||
indicator: '#9BF0E1',
|
||||
@@ -106,7 +106,7 @@ export const darkTheme = createTheme({
|
||||
gold: yellow.A700,
|
||||
sidebar: '#424242',
|
||||
pinSidebarButton: {
|
||||
icon: '#181818',
|
||||
icon: '#404040',
|
||||
background: '#BDBDBD',
|
||||
},
|
||||
tabbar: {
|
||||
|
||||
Reference in New Issue
Block a user