diff --git a/src/components/Editor/AutoSaveNotice/AutoSaveNotice.module.scss b/src/components/Editor/AutoSaveNotice/AutoSaveNotice.module.scss index 3a8754c1..fa51f5fb 100644 --- a/src/components/Editor/AutoSaveNotice/AutoSaveNotice.module.scss +++ b/src/components/Editor/AutoSaveNotice/AutoSaveNotice.module.scss @@ -13,7 +13,7 @@ z-index: 2; font-weight: 500; transition: 0.6s ease-in-out; - background: rgb(white 0.3); + background: rgb(255 255 255 / 30%); backdrop-filter: blur(4px); border: 1px solid var(--secondary-color); left: 100%; diff --git a/src/components/Views/Edit.module.scss b/src/components/Views/Edit.module.scss index ad4988c7..a436a816 100644 --- a/src/components/Views/Edit.module.scss +++ b/src/components/Views/Edit.module.scss @@ -224,7 +224,7 @@ border-radius: 50%; top: 4px; right: 4px; - background-color: rgb(black 0.5); + background-color: rgb(0 0 0 / 50%); cursor: pointer; display: none; }