diff --git a/src/theme/components/table.js b/src/theme/components/table.js index 7d2b90e..ba9b05b 100644 --- a/src/theme/components/table.js +++ b/src/theme/components/table.js @@ -40,7 +40,6 @@ const table = { padding: '10px 20px' } }, - fixedFirstColumn: { ...baseStyles, tr: { @@ -52,7 +51,6 @@ const table = { backgroundColor: 'brand.white' } }, - td: { '&:first-of-type': fixedFirstColumnStyles }