Skip to content

Commit da1fe41

Browse files
committed
Performace carousal Fix
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent 3a29bde commit da1fe41

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/custom/PerformersSection/styles.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ export const Title = styled(Typography)(({ theme }) => ({
9090
}));
9191

9292
export const StyledCard = styled(Card)<StyledCardProps>(({ theme }) => ({
93-
width: 'inherit',
94-
minWidth: '150px',
93+
width: '150px',
9594
borderRadius: '16px',
9695
position: 'relative',
9796
overflow: 'hidden',

0 commit comments

Comments
 (0)