GrafanaUI: Update border radius of InlineToast (#75098)

This commit is contained in:
Joao Silva 2023-09-19 15:18:23 +01:00 committed by GitHub
parent 1d1bdaab37
commit 53e5804049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ const getStyles = (theme: GrafanaTheme2) => {
background: theme.components.tooltip.background,
color: theme.components.tooltip.text,
padding: theme.spacing(0.5, 1.5), // get's an extra .5 of vertical padding to account for the rounded corners
borderRadius: theme.shape.radius.circle,
borderRadius: theme.shape.radius.pill,
display: 'inline-flex',
gap: theme.spacing(0.5),
alignItems: 'center',