Skip to content

Commit 9ef3557

Browse files
committed
add android disabled icon color
1 parent 486884b commit 9ef3557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/views/components/colors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const iosGray = silver
2222

2323
export const androidLightBackground = 'rgb(244, 244, 244)'
2424
export const androidSeparator = 'rgb(224, 224, 224)'
25+
export const androidDisabledIcon = 'rgb(224, 224, 224)'
2526
export const androidTextColor = 'rgb(113, 113, 118)'
2627
export const androidTabAccentColor = '#ffeb3b'
2728

0 commit comments

Comments
 (0)