chore: small fixes

This commit is contained in:
Junior García 2021-09-13 20:19:11 -03:00
parent f562ad9f1e
commit 24ff6ea94d
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
name: Report a bug / issue
about: Report a bug / issue to help us improve SUI
about: Report a bug / issue to help us improve NextUI
title: ''
labels: ''
assignees: ''

View File

@ -43,6 +43,7 @@ const Thead: React.FC<React.PropsWithChildren<unknown>> = ({ children }) => {
padding: 0 ${theme.layout.gap} 0 0;
}
:global(th:nth-child(1)) {
padding-left: 1rem;
border-radius: ${theme.layout.radius} 0 0 ${theme.layout.radius};
}
:global(th:last-child) {