mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
GrafanaUI: Update border radius of InlineToast (#75098)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user