prettier fixes

This commit is contained in:
Gábor Farkas
2023-09-29 13:34:51 +02:00
parent 143f39e365
commit 313a166be6
8 changed files with 23 additions and 22 deletions

View File

@@ -281,7 +281,9 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
border-color: ${red};
border-radius: 2px;
outline-offset: 2px;
box-shadow: 0 0 0 2px ${theme.colors.bg1}, 0 0 0px 4px ${red};
box-shadow:
0 0 0 2px ${theme.colors.bg1},
0 0 0px 4px ${red};
`,
inputHint: css`
display: inherit;