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) => ({ ...@@ -83,10 +83,8 @@ const getResultsItemStyles = stylesFactory((theme: GrafanaTheme) => ({
`, `,
folderTitle: css` folderTitle: css`
color: ${theme.colors.textWeak}; color: ${theme.colors.textWeak};
font-size: ${theme.typography.size.xs}; font-size: ${theme.typography.size.sm};
line-height: ${theme.typography.lineHeight.xs}; line-height: ${theme.typography.lineHeight.sm};
position: relative;
top: -1px;
`, `,
icon: css` icon: css`
margin-left: 10px; margin-left: 10px;
......
...@@ -32,7 +32,8 @@ export const getStyles = stylesFactory((theme: GrafanaTheme) => ({ ...@@ -32,7 +32,8 @@ export const getStyles = stylesFactory((theme: GrafanaTheme) => ({
dashlistFolder: css` dashlistFolder: css`
color: ${theme.colors.textWeak}; color: ${theme.colors.textWeak};
font-size: ${theme.typography.size.xs}; font-size: ${theme.typography.size.sm};
line-height: ${theme.typography.lineHeight.sm};
`, `,
dashlistTitle: css` 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