We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c48fbc6 + e050756 commit df6da95Copy full SHA for df6da95
2 files changed
src/custom/PerformersSection/PerformersSection.tsx
@@ -273,7 +273,7 @@ const PerformersSection: React.FC<PerformersSectionProps> = ({
273
</Box>
274
{onOpenLeaderboard && (
275
<div>
276
- <Button variant="contained" onClick={() => onOpenLeaderboard()}>
+ <Button variant="contained" size='large' onClick={() => onOpenLeaderboard()}>
277
<TropyIcon
278
style={{
279
height: '2rem',
src/custom/PerformersSection/PerformersToogleButton.tsx
@@ -23,10 +23,7 @@ const PerformersSectionButton: React.FC<PerformersSectionButtonProps> = ({ open,
23
<Button
24
variant="contained"
25
onClick={handleClick}
26
- sx={{
27
- height: '3.7rem',
28
- padding: '0.3rem 1rem 0.3rem 0.3rem'
29
- }}
+ size='large'
30
31
backgroundColor: open ? undefined : theme.palette.background.constant?.disabled
32
}}
0 commit comments