diff --git a/src/components/styled/table.css b/src/components/styled/table.css index b56d28bcc09..877193c2820 100644 --- a/src/components/styled/table.css +++ b/src/components/styled/table.css @@ -48,11 +48,11 @@ :where(*:first-child) { :where(th, td) { &:first-child { - @apply rounded-tl-lg; + @apply rounded-tl-box; } &:last-child { - @apply rounded-tr-lg; + @apply rounded-tr-box; } } } @@ -62,12 +62,12 @@ :where(*:last-child) { :where(th, td) { &:first-child { - @apply rounded-bl-lg; + @apply rounded-bl-box; } &:last-child { - @apply rounded-br-lg; + @apply rounded-br-box; } } } -} \ No newline at end of file +}