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 d61c4f8 + 1839655 commit b2ab1f5Copy full SHA for b2ab1f5
src/custom/Carousel/style.tsx
@@ -6,6 +6,7 @@ export const CarouselButton = styled('button')(({ theme }) => ({
6
transform: 'translateY(-50%)',
7
zIndex: '1',
8
background: theme.palette.background.paper,
9
+ color: theme.palette.mode === 'dark' ? theme.palette.common.white : theme.palette.common.black,
10
border: 'none',
11
cursor: 'pointer',
12
padding: '0.5rem',
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: '200px',
95
borderRadius: '16px',
96
position: 'relative',
97
overflow: 'hidden',
0 commit comments