From fc2b5d3ce2e1207bc3a82e0c3e9676668ed6e618 Mon Sep 17 00:00:00 2001 From: malegre Date: Wed, 7 Feb 2024 17:32:49 -0300 Subject: [PATCH] feat(table): fixs from comments --- src/theme/components/table.js | 2 -- 1 file changed, 2 deletions(-) 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 }