Merge branch '19865-search-clearing-fix'. Closes #19865.
[arvados-workbench2.git] / src / components / collection-panel-files / collection-panel-files.tsx
index cf0b5e46e8b98f2f89dc9e5783a679736894bbcb..2ba29d44801435ccc258ebfd0fea533186567bd7 100644 (file)
@@ -85,7 +85,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: Theme) => ({
     wrapper: {
         display: 'flex',
         minHeight: '600px',
-        color: 'rgba(0, 0, 0, 0.87)',
+        color: 'rgba(0,0,0,0.87)',
         fontSize: '0.875rem',
         fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
         fontWeight: 400,