chore: fix menu switch button height
This commit is contained in:
@@ -56,7 +56,7 @@ const MenuSwitchButtonItem = forwardRef(
|
|||||||
{shortcut && <KeyboardShortcutIndicator className="mr-2" shortcut={shortcut} />}
|
{shortcut && <KeyboardShortcutIndicator className="mr-2" shortcut={shortcut} />}
|
||||||
<Switch
|
<Switch
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
className="pointer-events-none px-0"
|
className="pointer-events-none flex px-0"
|
||||||
checked={checked}
|
checked={checked}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
tabIndex={FOCUSABLE_BUT_NOT_TABBABLE}
|
tabIndex={FOCUSABLE_BUT_NOT_TABBABLE}
|
||||||
|
|||||||
Reference in New Issue
Block a user