Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyboi committed Sep 21, 2023
1 parent 44607a7 commit 73ff7be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/PoolDetails/PoolDetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
}

.rank, .rank td {
background-color: $color-primary !important;
color: $color-white !important;
background-color: var(--color-primary) !important;
color: var(--color-white) !important;
}

.rank.first, .rank.first td {
Expand Down Expand Up @@ -330,7 +330,7 @@
@include media-breakpoint-down(md) {
.prize-distribution-card {
padding: 0;
background-color: $color-white;
background-color: var(--color-white);
}

.draws-history-card {
Expand Down

0 comments on commit 73ff7be

Please sign in to comment.