Skip to content

Commit

Permalink
modal color
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Jan 16, 2025
1 parent 598665b commit be5a01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-kit/src/components/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const Wrapper = styled.div<{
position: relative;
z-index: ${zIndex.Modal};
color: ${getCssVar("--main-text-color")};
background-color: ${getCssVar("--background-color")};
background-color: ${getCssVar("--background-accent-color")};
border-radius: ${getCssVar("--modal-border-radius")};
overflow: hidden;
${({ $maxWidths }) => {
Expand Down

0 comments on commit be5a01c

Please sign in to comment.