Commit e491bdab by maximka Committed by GitHub

Dashboard: Increase folder name size in search dashboard (#29821)

* Increase folder name size in search dashboard

* Use new fontsize in dashboard list panel as well

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
parent 7c556217
......@@ -83,10 +83,8 @@ const getResultsItemStyles = stylesFactory((theme: GrafanaTheme) => ({
`,
folderTitle: css`
color: ${theme.colors.textWeak};
font-size: ${theme.typography.size.xs};
line-height: ${theme.typography.lineHeight.xs};
position: relative;
top: -1px;
font-size: ${theme.typography.size.sm};
line-height: ${theme.typography.lineHeight.sm};
`,
icon: css`
margin-left: 10px;
......
......@@ -32,7 +32,8 @@ export const getStyles = stylesFactory((theme: GrafanaTheme) => ({
dashlistFolder: css`
color: ${theme.colors.textWeak};
font-size: ${theme.typography.size.xs};
font-size: ${theme.typography.size.sm};
line-height: ${theme.typography.lineHeight.sm};
`,
dashlistTitle: css`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment