Skip to content

Commit 86a7138

Browse files
committed
Update
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent da1fe41 commit 86a7138

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/custom/Carousel/style.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const CarouselButton = styled('button')(({ theme }) => ({
66
transform: 'translateY(-50%)',
77
zIndex: '1',
88
background: theme.palette.background.paper,
9+
color: theme.palette.mode === 'dark' ? theme.palette.common.white : theme.palette.common.black,
910
border: 'none',
1011
cursor: 'pointer',
1112
padding: '0.5rem',

src/custom/PerformersSection/styles.tsx

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

9292
export const StyledCard = styled(Card)<StyledCardProps>(({ theme }) => ({
93-
width: '150px',
93+
width: '200px',
9494
borderRadius: '16px',
9595
position: 'relative',
9696
overflow: 'hidden',

0 commit comments

Comments
 (0)