refs #14353 Merge branch 'origin/14353-file-rename-fix'
[arvados-workbench2.git] / src / components / select-field / select-field.tsx
index dda58c08305e3b183d112b6c49afa7d23ff745b9..1c3dec3510dc7fc12b36c79460a1deafbe417375 100644 (file)
@@ -14,7 +14,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         width: '100%'
     },
     selectWrapper: {
-        backgroundColor: 'white',
+        backgroundColor: theme.palette.common.white,
         '&:before': {
             borderBottomColor: 'rgba(0, 0, 0, 0.42)'
         },
@@ -30,7 +30,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     option: {
         fontSize: '0.875rem',
-        backgroundColor: 'white',
+        backgroundColor: theme.palette.common.white,
         height: '30px'
     }
 });