Skip to content

Commit

Permalink
fix table color
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Nov 1, 2023
1 parent 7f9665e commit 4d8c229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ const styles = {
py: '$3',
px: '$4',
mb: '$6',
'html[class="fuel_light-theme"] &': {
color: 'black',
},
tableLayout: 'fixed',
background: '$intentsBase1',
borderRadius: '$lg',
Expand Down

0 comments on commit 4d8c229

Please sign in to comment.