mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GrafanaUI: Update border radius of InlineToast (#75098)
This commit is contained in:
parent
1d1bdaab37
commit
53e5804049
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user