Skip to content

Commit

Permalink
adjust stats table dark theme background
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHsuan-Hwang committed Dec 13, 2024
1 parent 2d074af commit 45635ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Stats/StatsComponent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
user-select: text;
thead {
&.dark-theme {
background: $dark-gray4;

tr {
th {
border-top: 1px solid $dark-gray4;
Expand Down Expand Up @@ -80,7 +82,7 @@
background: $white;

&.dark-theme {
background: $dark-gray2;
background: $dark-gray3;

tr {
td {
Expand Down

0 comments on commit 45635ff

Please sign in to comment.