Skip to content

Commit 503aab6

Browse files
committed
fix(checkbox): 🩹 fix providing invalid style strings
1 parent 79dea75 commit 503aab6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/checkbox/Checkbox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ const RNCheckbox: React.FC<Partial<CheckboxProps>> = forwardRef<
239239
style={[
240240
tailwind.style(
241241
cx(
242-
checkboxTheme.label?.text,
243242
checkboxTheme.size[size]?.text?.default,
244243
checkboxProps.disabled
245244
? checkboxTheme.label?.text?.disabled

0 commit comments

Comments
 (0)