fix: fix position of checkbox and icon (#13999)
Minor UI Fix Checkbox and icon are not center horizontally which look little odd so make them horizonatally center Before <img width="396" height="57" alt="Screenshot 2025-08-20 at 8 48 23 PM" src="https://github.com/user-attachments/assets/1505b2e6-6b39-498b-a1be-93d11ca89494" /> After <img width="392" height="56" alt="image" src="https://github.com/user-attachments/assets/ffa68625-8014-4e58-9211-3e9b822dfa35" />
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ export const OverridableCheckbox = ({
|
||||
onClick={disabled ? undefined : onChange}
|
||||
isDisabled={disabled}
|
||||
>
|
||||
<AnimatedRotate animateOnHover>
|
||||
<AnimatedRotate animateOnHover={!disabled}>
|
||||
<IconReload
|
||||
size={theme.icon.size.md}
|
||||
color={theme.adaptiveColors.orange4}
|
||||
|
||||
Reference in New Issue
Block a user