Skip to content

Commit

Permalink
Merge pull request #227 from BinaryStudioAcademy/task/OV-216-change-o…
Browse files Browse the repository at this point in the history
…verlay-color

OV-216: Change overlay background color to blue
  • Loading branch information
nikita-remeslov authored Sep 10, 2024
2 parents bdbe283 + 75128e0 commit 89020d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/bundles/common/components/overlay/overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Overlay = ({ isOpen, children }: Properties): JSX.Element => {
return (
<Fade in={isOpen} hidden={!isOpen} className={styles['overlay']}>
<Flex
background="shadow.700"
background="background.600"
color="white"
justifyContent="center"
alignItems="center"
Expand Down

0 comments on commit 89020d2

Please sign in to comment.