Skip to content

Commit

Permalink
feat(table): fixs from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
malegreIndec committed Feb 7, 2024
1 parent e9d0711 commit fc2b5d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/theme/components/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const table = {
padding: '10px 20px'
}
},

fixedFirstColumn: {
...baseStyles,
tr: {
Expand All @@ -52,7 +51,6 @@ const table = {
backgroundColor: 'brand.white'
}
},

td: {
'&:first-of-type': fixedFirstColumnStyles
}
Expand Down

0 comments on commit fc2b5d3

Please sign in to comment.