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

Commit

Permalink
update font color
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Jan 31, 2024
1 parent 8d6e992 commit b77094e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/molecules/leaderboard/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ th {
text-align: start;
border: 0.5px solid #b0b0b0;
cursor: pointer;
color:rgb(80, 80, 80);
color: #585858;
}

.leadTableHeadColumnPlace {
width: 273px;
padding: 16px;
text-align: start;
cursor: pointer;
color:rgb(80, 80, 80);
color: #585858;
}

.leadTableBody {
Expand Down

0 comments on commit b77094e

Please sign in to comment.