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

update SDC leaderboard #712

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading