Add resource service helpers, add user service, add ancestors-service
[arvados-workbench2.git] / src / common / custom-theme.ts
index b95913fde4c3a408812ba1bf1c3eb5d9d179b3c1..2b0c58918f11270ef786e7d5a99d06f8bd61e001 100644 (file)
@@ -99,6 +99,9 @@ const themeOptions: ArvadosThemeOptions = {
             }
         },
         MuiInput: {
+            root: {
+                fontSize: '0.875rem'
+            },
             underline: {
                 '&:after': {
                     borderBottomColor: purple800
@@ -109,17 +112,14 @@ const themeOptions: ArvadosThemeOptions = {
             }
         },
         MuiFormLabel: {
+            root: {
+                fontSize: '0.875rem'
+            },
             focused: {
                 "&$focused:not($error)": {
                     color: purple800
                 }
             }
-        },
-        MuiChip: {
-            root: {
-                color: 'white',
-                backgroundColor: rocheBlue
-            }
         }
     },
     mixins: {