Switch: Add line height (#80879)

pull/80951/head
Alex Khomenko 1 year ago committed by GitHub
parent 6752a512f3
commit 8c77dd8bb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/grafana-ui/src/components/Switch/Switch.tsx

@ -78,6 +78,7 @@ const getSwitchStyles = (theme: GrafanaTheme2, transparent?: boolean) => ({
width: '32px',
height: '16px',
position: 'relative',
lineHeight: 1,
input: {
opacity: 0,

Loading…
Cancel
Save