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 21265c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

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

.rowGroup {
Expand All @@ -51,7 +51,7 @@
}

.cell {
@apply flex-1 align-middle border-tint-700/2 py-2 px-4 text-sm relative;
@apply flex-1 align-middle border-tint-300/2 py-2 px-4 text-sm relative;
}

.cell:not(:last-child) {
Expand Down

0 comments on commit 21265c1

Please sign in to comment.