Merge branch '19908-advanced-search-project-filter' into main. Closes #19908
[arvados.git] / src / views / collection-content-address-panel / collection-content-address-panel.tsx
index 8e8266cc22a732b05be7ce48f3308a4f6db33aa2..34d5608475c477a69b6a3664946c4aa0a50d9ac8 100644 (file)
@@ -40,13 +40,13 @@ type CssRules = 'backLink' | 'backIcon' | 'root' | 'content';
 
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     backLink: {
-        fontSize: '14px',
+        fontSize: '12px',
         fontWeight: 600,
         display: 'flex',
         alignItems: 'center',
         padding: theme.spacing.unit,
         marginBottom: theme.spacing.unit,
-        color: theme.palette.grey["700"],
+        color: theme.palette.grey["500"],
     },
     backIcon: {
         marginRight: theme.spacing.unit