Merge pull request #1215 from spotify/mob/sidebar-auth

List auth providers
This commit is contained in:
Niklas Ek
2020-06-10 10:22:30 +02:00
committed by GitHub
8 changed files with 211 additions and 340 deletions
+3 -3
View File
@@ -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: {