FontSize: Change base font size to 14px (#21104)

This commit is contained in:
Torkel Ödegaard
2019-12-16 17:45:33 +01:00
committed by GitHub
parent 842dde3dc9
commit 4f1fffb948
7 changed files with 5 additions and 10 deletions

View File

@@ -19,7 +19,6 @@ export interface GrafanaThemeCommons {
monospace: string;
};
size: {
root: string;
base: string;
xs: string;
sm: string;