Skip to content

Commit 85c0e0b

Browse files
authored
Feature/leaderboard style update (#214)
1 parent 0c9d898 commit 85c0e0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/components/leaderboard/LeaderboardPodium.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { User } from './types';
88

99
const rankConfig = {
1010
1: {
11-
height: '100%',
11+
height: '70%',
1212
delay: 0.4,
1313
style: {
1414
border: 'border-yellow-400 dark:border-yellow-500',
@@ -19,7 +19,7 @@ const rankConfig = {
1919
},
2020
},
2121
2: {
22-
height: '50%',
22+
height: '40%',
2323
delay: 0.2,
2424
style: {
2525
border: 'border-slate-300 dark:border-slate-500',
@@ -30,7 +30,7 @@ const rankConfig = {
3030
},
3131
},
3232
3: {
33-
height: '35%',
33+
height: '20%',
3434
delay: 0.6,
3535
style: {
3636
border: 'border-orange-300 dark:border-orange-500',

0 commit comments

Comments
 (0)