Skip to content

Commit

Permalink
feat: color contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Lelith committed Jul 10, 2024
1 parent 27102a7 commit c907349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/features/product/ProductDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const ProductDetails = ({
<GridItem colSpan={{ base: 12, lg: 5, xl: 4 }}>
<Box
width="100%"
bg={theme.f36.gray100}
bg={theme.f36.gray700}
mb="auto"
borderRadius={4}
px={{ base: 4, lg: 6 }}
Expand Down

0 comments on commit c907349

Please sign in to comment.