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 79dea75 commit 503aab6Copy full SHA for 503aab6
src/components/checkbox/Checkbox.tsx
@@ -239,7 +239,6 @@ const RNCheckbox: React.FC<Partial<CheckboxProps>> = forwardRef<
239
style={[
240
tailwind.style(
241
cx(
242
- checkboxTheme.label?.text,
243
checkboxTheme.size[size]?.text?.default,
244
checkboxProps.disabled
245
? checkboxTheme.label?.text?.disabled
0 commit comments