Skip to content

Commit

Permalink
feat: table colors adapt github colors
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 14, 2020
1 parent 6d173ac commit fd5b217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/src/ThemeContext/ThemeContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ThemeProvider: React.FC<ThemeProviderProps> = ({
},
thead: {
borderBottom: '1px solid #999',
backgroundColor: '#faf8f5',
backgroundColor: '#f6f8fa',
},
td: {
padding: '16px 20px',
Expand All @@ -49,7 +49,7 @@ export const ThemeProvider: React.FC<ThemeProviderProps> = ({
fontWeight: 900,
lineHeight: '24px',
color: 'rgba(51,51,51,0.6)',
background: '#fffdfa',
background: '#fafbfc',
whiteSpace: 'nowrap',
padding: '16px 20px',
},
Expand Down

0 comments on commit fd5b217

Please sign in to comment.