Switch: Add line height (#80879)

This commit is contained in:
Alex Khomenko
2024-01-19 14:21:22 +02:00
committed by GitHub
parent 6752a512f3
commit 8c77dd8bb8
@@ -78,6 +78,7 @@ const getSwitchStyles = (theme: GrafanaTheme2, transparent?: boolean) => ({
width: '32px',
height: '16px',
position: 'relative',
lineHeight: 1,
input: {
opacity: 0,