mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 15:45:43 -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-weight: ${theme.typography.fontWeightMedium};
|
||||
padding: ${theme.spacing(0.5, 1)};
|
||||
color: ${theme.colors.error.text};
|
||||
color: ${theme.colors.error.contrastText};
|
||||
background: ${theme.colors.error.main};
|
||||
border-radius: ${theme.shape.borderRadius()};
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user