Skip to content

Commit

Permalink
fix(checkbox): 🎨 add common label text style
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-B-06 committed Jun 17, 2022
1 parent 6956de5 commit f5613de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const RNCheckbox: React.FC<Partial<CheckboxProps>> = forwardRef<
checkboxTheme.size[size]?.text?.default,
checkboxProps.disabled
? checkboxTheme.label?.text?.disabled
: "",
: checkboxTheme.label?.text?.common,
description && checkboxTheme?.description?.labelText,
),
),
Expand Down

0 comments on commit f5613de

Please sign in to comment.