connect saving queries with advanced tab
[arvados.git] / src / views-components / search-bar / search-bar-autocomplete-view.tsx
index affaf5310cc561e0e60d9b5497dd0d47bce60067..8529450902bcfbc3d8ec628908e3f006c9a17d67 100644 (file)
@@ -16,7 +16,7 @@ const styles: StyleRulesCallback<CssRules> = theme => {
             padding: 0
         },
         searchView: {
-            borderRadius: `0 0 ${theme.spacing.unit / 4}px ${theme.spacing.unit / 4}px`
+            borderRadius: `0 0 ${theme.spacing.unit / 2}px ${theme.spacing.unit / 2}px`
         }
     };
 };