Skip to content

Commit

Permalink
style: css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
winternuary committed Jan 3, 2024
1 parent 4d01118 commit 1cc0f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/common/Header/@setting/layouts/setting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Modal = styled.div`
${flex.CENTER};
width: 100%;
height: 100%;
background: #00000080;
background-color: rgba(0, 0, 0, 0.5);
`;

const ModalContent = styled.div`
Expand All @@ -53,10 +53,10 @@ const ExitButton = styled.div`

const LogoutBox = styled.div`
${flex.CENTER};
margin: 7% 0 0 0;
margin-top: 7%;
padding: 2%;
border-radius: 5%;
background-color: #f1f3f5;
background-color: ${theme.btn_background};
color: ${theme.black};
${font.H4};
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const theme = {
green: "#3CAD4E",

background: "#F9FAFF",

btn_background: "#f1f3f5;",
primary_red: "#E54F5A",
primary_blue: "#73AEE3",
primary_yellow: "#FEBC56",
Expand Down

0 comments on commit 1cc0f5a

Please sign in to comment.