We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acaa176 commit 26d29e7Copy full SHA for 26d29e7
1 file changed
app/contexts/theme.js
@@ -195,15 +195,15 @@ export const themes = {
195
secondaryBack: '#f2f2f2',
196
tertiaryBack: '#dcdcd4',
197
198
- primaryText: '#000000',
199
- secondaryText: '#808080',
+ primaryText: '#505050',
+ secondaryText: '#999999',
200
201
primaryTouch: '#000000',
202
- secondaryTouch: '#333333',
+ secondaryTouch: '#000000',
203
innerTouch: '#ffffff',
204
backgroundTouch: '#dcdcd4',
205
206
- playerBackground: '#b2b2b2ff',
+ playerBackground: '#b2b2b2',
207
playerPrimaryText: '#000000',
208
playerSecondaryText: '#404040',
209
playerButton: '#000000',
@@ -218,7 +218,7 @@ export const themes = {
218
primaryText: '#FFFFFF',
219
secondaryText: '#808080',
220
221
- primaryTouch: '#b9b9b9ff',
+ primaryTouch: '#B3B3B3',
222
secondaryTouch: '#B3B3B3',
223
innerTouch: '#000000',
224
backgroundTouch: '#2e2e2e',
0 commit comments