diff --git a/src/components/molecules/leaderboard/style.module.css b/src/components/molecules/leaderboard/style.module.css index 234aacc7..02a48103 100644 --- a/src/components/molecules/leaderboard/style.module.css +++ b/src/components/molecules/leaderboard/style.module.css @@ -17,7 +17,6 @@ table.leadTable td, th { - border: none; background-color: #ffffff; } @@ -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 { @@ -50,7 +50,6 @@ th { .leadTableBodyRow { background-color: #ffffff; border: none; - border: 0.5px solid var(--secondary-black); } .userRow {