Skip to content

Commit

Permalink
Fix borders.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Oct 12, 2023
1 parent 684fe9f commit 58b2dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-basics",
"version": "0.101.0",
"version": "0.102.0",
"description": "Everyday components for React",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/table/GridTable.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
gap: 10px;
grid-template-columns: max-content 1fr;
padding: 20px 0;
border-bottom: 1px solid var(--base400);
border-top: 1px solid var(--base400);
}

.card:last-child {
border-bottom: 0;
border-bottom: 1px solid var(--base400);
}

.label {
Expand Down

0 comments on commit 58b2dd5

Please sign in to comment.