chore: fix menu switch button height

This commit is contained in:
Aman Harwara
2023-11-21 16:15:31 +05:30
parent 1611b03e49
commit fcbefb768a

View File

@@ -56,7 +56,7 @@ const MenuSwitchButtonItem = forwardRef(
{shortcut && <KeyboardShortcutIndicator className="mr-2" shortcut={shortcut} />}
<Switch
disabled={disabled}
className="pointer-events-none px-0"
className="pointer-events-none flex px-0"
checked={checked}
onChange={onChange}
tabIndex={FOCUSABLE_BUT_NOT_TABBABLE}