Merge branch 'main' into 19462-colorscheme refs #19462
[arvados.git] / src / components / data-table / data-table.tsx
index e08039082fd1ba0df0d686264dd792678ddb3f3a..b3b2f32ea4d8df5c1866ad2ffa0b15ec33774ffb 100644 (file)
@@ -61,7 +61,9 @@ const styles: StyleRulesCallback<CssRules> = (theme: Theme) => ({
     },
     tableCell: {
         wordWrap: 'break-word',
-        paddingRight: '24px'
+        paddingRight: '24px',
+        color: '#737373'
+       
     },
     tableCellWorkflows: {
         '&:nth-last-child(2)': {