We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486884b commit 9ef3557Copy full SHA for 9ef3557
source/views/components/colors.js
@@ -22,6 +22,7 @@ export const iosGray = silver
22
23
export const androidLightBackground = 'rgb(244, 244, 244)'
24
export const androidSeparator = 'rgb(224, 224, 224)'
25
+export const androidDisabledIcon = 'rgb(224, 224, 224)'
26
export const androidTextColor = 'rgb(113, 113, 118)'
27
export const androidTabAccentColor = '#ffeb3b'
28
0 commit comments