We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a29bde commit da1fe41Copy full SHA for da1fe41
1 file changed
src/custom/PerformersSection/styles.tsx
@@ -90,8 +90,7 @@ export const Title = styled(Typography)(({ theme }) => ({
90
}));
91
92
export const StyledCard = styled(Card)<StyledCardProps>(({ theme }) => ({
93
- width: 'inherit',
94
- minWidth: '150px',
+ width: '150px',
95
borderRadius: '16px',
96
position: 'relative',
97
overflow: 'hidden',
0 commit comments