Skip to content

Commit 54d2073

Browse files
authored
fix/change_checkbox_disabled_color (#918)
1 parent f994c2f commit 54d2073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/checkbox/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TouchableOpacity from '../touchableOpacity';
1010
const DEFAULT_SIZE = 24;
1111
const DEFAULT_COLOR = Colors.blue30;
1212
const DEFAULT_ICON_COLOR = Colors.white;
13-
const DEFAULT_DISABLED_COLOR = Colors.dark70;
13+
const DEFAULT_DISABLED_COLOR = Colors.grey50;
1414

1515
export interface CheckboxPropTypes extends TouchableOpacityProps {
1616
/**

0 commit comments

Comments
 (0)