mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
fix field validation error text color (#33768)
This commit is contained in:
parent
0b3d757172
commit
263d751860
@ -16,7 +16,7 @@ export const getFieldValidationMessageStyles = stylesFactory((theme: GrafanaThem
|
|||||||
font-size: ${theme.typography.size.sm};
|
font-size: ${theme.typography.size.sm};
|
||||||
font-weight: ${theme.typography.fontWeightMedium};
|
font-weight: ${theme.typography.fontWeightMedium};
|
||||||
padding: ${theme.spacing(0.5, 1)};
|
padding: ${theme.spacing(0.5, 1)};
|
||||||
color: ${theme.colors.error.text};
|
color: ${theme.colors.error.contrastText};
|
||||||
background: ${theme.colors.error.main};
|
background: ${theme.colors.error.main};
|
||||||
border-radius: ${theme.shape.borderRadius()};
|
border-radius: ${theme.shape.borderRadius()};
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user