Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
update SDC leaderboard (#712)
Browse files Browse the repository at this point in the history
* update leaderboard style

* update font color
  • Loading branch information
Julian-dev28 authored Jan 31, 2024
1 parent bc84427 commit 50d0c8c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/molecules/leaderboard/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

table.leadTable td,
th {
border: none;
background-color: #ffffff;
}

Expand All @@ -30,16 +29,17 @@ th {
width: 273px;
padding: 16px;
text-align: start;
border: none;
border: 0.5px solid #b0b0b0;
cursor: pointer;
color: #585858;
}

.leadTableHeadColumnPlace {
width: 273px;
padding: 16px;
text-align: start;
border: none;
cursor: pointer;
color: #585858;
}

.leadTableBody {
Expand All @@ -50,7 +50,6 @@ th {
.leadTableBodyRow {
background-color: #ffffff;
border: none;
border: 0.5px solid var(--secondary-black);
}

.userRow {
Expand Down

0 comments on commit 50d0c8c

Please sign in to comment.