diff --git a/src/components/controls/panelToggle.tsx b/src/components/controls/panelToggle.tsx index 63b03183d..809f20537 100644 --- a/src/components/controls/panelToggle.tsx +++ b/src/components/controls/panelToggle.tsx @@ -25,6 +25,7 @@ export const PanelToggle = ({ on, callback }: Props) => { on={on} callback={callback} label="" + style={{ height: "21px" }} // height from ToggleBackground. FIXME: this should be hardcoded in Toggle /> ); };