Merge pull request #2731 from spotify/timbonicus/subtle-text

Tweak subtle text colors in dark mode
This commit is contained in:
Tim
2020-10-02 15:05:43 -06:00
committed by GitHub
+2 -2
View File
@@ -107,8 +107,8 @@ export const darkTheme = createTheme({
},
border: '#E6E6E6',
textContrast: '#FFFFFF',
textVerySubtle: '#ececec',
textSubtle: '#EEEEEE',
textVerySubtle: '#727272',
textSubtle: '#CCCCCC',
highlight: '#FFFBCC',
errorBackground: '#FFEBEE',
warningBackground: '#F59B23',