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 f994c2f commit 54d2073Copy full SHA for 54d2073
src/components/checkbox/index.tsx
@@ -10,7 +10,7 @@ import TouchableOpacity from '../touchableOpacity';
10
const DEFAULT_SIZE = 24;
11
const DEFAULT_COLOR = Colors.blue30;
12
const DEFAULT_ICON_COLOR = Colors.white;
13
-const DEFAULT_DISABLED_COLOR = Colors.dark70;
+const DEFAULT_DISABLED_COLOR = Colors.grey50;
14
15
export interface CheckboxPropTypes extends TouchableOpacityProps {
16
/**
0 commit comments