Update src/App.js
Browse files- src/App.js +8 -2
src/App.js
CHANGED
@@ -655,7 +655,10 @@ const UrologyLeaderboard = () => {
|
|
655 |
style: {
|
656 |
width: '80px',
|
657 |
height: '80px',
|
658 |
-
cursor: 'pointer'
|
|
|
|
|
|
|
659 |
}
|
660 |
})
|
661 |
),
|
@@ -697,7 +700,10 @@ const UrologyLeaderboard = () => {
|
|
697 |
style: {
|
698 |
width: '80px',
|
699 |
height: '80px',
|
700 |
-
cursor: 'pointer'
|
|
|
|
|
|
|
701 |
}
|
702 |
})
|
703 |
)
|
|
|
655 |
style: {
|
656 |
width: '80px',
|
657 |
height: '80px',
|
658 |
+
cursor: 'pointer',
|
659 |
+
background: 'white',
|
660 |
+
borderRadius: '8px',
|
661 |
+
padding: '4px'
|
662 |
}
|
663 |
})
|
664 |
),
|
|
|
700 |
style: {
|
701 |
width: '80px',
|
702 |
height: '80px',
|
703 |
+
cursor: 'pointer',
|
704 |
+
background: 'white',
|
705 |
+
borderRadius: '8px',
|
706 |
+
padding: '4px'
|
707 |
}
|
708 |
})
|
709 |
)
|