Skip to content

Commit

Permalink
Fix inconsistent colors
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorrenkema committed Dec 24, 2024
1 parent baa51a4 commit 482a0a9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@
.cell:not(:last-child) {
@apply border-r;
}

:global(.dark) .cell {
@apply border-tint-300/3;
}

0 comments on commit 482a0a9

Please sign in to comment.