Switch: Add line height (#80879)

This commit is contained in:
Alex Khomenko 2024-01-19 13:21:22 +01:00 committed by GitHub
parent 6752a512f3
commit 8c77dd8bb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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