Skip to content

Commit

Permalink
Merge pull request #48 from GeekyAnts/minor
Browse files Browse the repository at this point in the history
changed bg of example cards
  • Loading branch information
amars29 authored Apr 13, 2022
2 parents ba89cc0 + 29b6ecd commit fedcc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/ComponentScreen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function Examples({
{component.components.map((element: any, index: number) => (
<Box
shadow={1}
bg={useColorModeValue("white", "blueGray.600")}
bg={useColorModeValue("white", "blueGray.800")}
my={2}
mx={3}
borderRadius={16}
Expand Down

0 comments on commit fedcc54

Please sign in to comment.