[ARVADOS-WORKBENCH2] updated: 1.2.0-610-g7c60f5e

Git user git at public.curoverse.com
Fri Oct 12 08:19:41 EDT 2018


Summary of changes:
 src/components/select-field/select-field.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  7c60f5e6b3a7dc1b9061876f96b7cb12f7120a2f (commit)
      from  3b355dbe5fd93b8df4e7803560c8f2038f5f6ae4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 7c60f5e6b3a7dc1b9061876f96b7cb12f7120a2f
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Fri Oct 12 14:19:24 2018 +0200

    change bg color for select field
    
    Feature #13827
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/components/select-field/select-field.tsx b/src/components/select-field/select-field.tsx
index dda58c0..1c3dec3 100644
--- a/src/components/select-field/select-field.tsx
+++ b/src/components/select-field/select-field.tsx
@@ -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'
     }
 });

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list