fix field validation error text color (#33768)

This commit is contained in:
Domas
2021-05-06 17:07:36 +03:00
committed by GitHub
parent 0b3d757172
commit 263d751860

View File

@@ -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;