Skip to content

Commit

Permalink
fix(alert css): 배경색 투명도 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
5ewon committed Mar 16, 2024
1 parent 119ada6 commit 21e945f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Alert/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const background = style({
display: "flex",
justifyContent: "center",
alignItems: "center",
backgroundColor: "#ececec10",
backgroundColor: "#ececec50",
zIndex: "11",
position: "fixed",
});
Expand Down
2 changes: 1 addition & 1 deletion components/Confirm/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const background = style({
display: "flex",
justifyContent: "center",
alignItems: "center",
backgroundColor: "#ececec10",
backgroundColor: "#ececec50",
zIndex: "11",
position: "fixed",
});
Expand Down

0 comments on commit 21e945f

Please sign in to comment.