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 503aab6 commit 1e1cf3eCopy full SHA for 1e1cf3e
src/components/checkbox/Checkbox.tsx
@@ -283,7 +283,7 @@ const RNCheckbox: React.FC<Partial<CheckboxProps>> = forwardRef<
283
cx(
284
checkboxTheme?.label?.common,
285
description ? checkboxTheme?.label?.withDescription : "",
286
- checkboxTheme.size[size]?.label.wrapper,
+ checkboxTheme.size[size]?.label?.wrapper,
287
isHovered ? checkboxTheme.themeColor[themeColor]?.label?.hover : "",
288
),
289
)}
0 commit comments