Skip to content

Commit dbc6be8

Browse files
committed
update:padding
Signed-off-by: TheFaheem <faheemmushtaq89@gmail.com>
1 parent 34bd441 commit dbc6be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/PerformersSection/PerformersToogleButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const PerformersSectionButton: React.FC<PerformersSectionButtonProps> = ({ open,
2121
onClick={handleClick}
2222
sx={{
2323
height: '3.7rem',
24-
padding: '0.3rem'
24+
padding: '0.3rem 1rem 0.3rem 0.3rem'
2525
}}
2626
style={{
2727
backgroundColor: open ? undefined : theme.palette.background.constant?.disabled

0 commit comments

Comments
 (0)