We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3862970 + 0cd7f4a commit 39546bdCopy full SHA for 39546bd
src/custom/PerformersSection/PerformersToogleButton.tsx
@@ -21,7 +21,7 @@ const PerformersSectionButton: React.FC<PerformersSectionButtonProps> = ({ open,
21
onClick={handleClick}
22
sx={{
23
height: '3.7rem',
24
- padding: '0.3rem'
+ padding: '0.3rem 1rem 0.3rem 0.3rem'
25
}}
26
style={{
27
backgroundColor: open ? undefined : theme.palette.background.constant?.disabled
0 commit comments