Explorar el Código

Tree: use font size variable

Leopoldthecoder hace 8 años
padre
commit
65eaf94b38
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/theme-default/src/tree.css

+ 2 - 2
packages/theme-default/src/tree.css

@@ -74,7 +74,7 @@
     }
 
     @e label {
-      font-size: 14px;
+      font-size: var(--font-size-base);
       vertical-align: middle;
       display: inline-block;
     }
@@ -83,7 +83,7 @@
       display: inline-block;
       vertical-align: middle;
       margin-right: 4px;
-      font-size: 14px;
+      font-size: var(--font-size-base);
       color: var(--color-light-silver);
     }