fix tool panel bg

https://github.com/Sanster/lama-cleaner/issues/39
This commit is contained in:
Sanster
2022-04-19 21:31:55 +08:00
parent 2db38a20b4
commit 6fb3d91082
3 changed files with 3 additions and 1 deletions

View File

@@ -64,6 +64,7 @@
align-items: center;
justify-content: center;
backdrop-filter: blur(12px);
background-color: var(--page-bg-light);
animation: slideUp 0.2s ease-out;
border: 1px solid rgb(100, 100, 120, 0.4);
@@ -170,7 +171,6 @@
user-select: none;
padding: 0.2rem 0.8rem;
&:first-of-type {
border-top-right-radius: 0.5rem;
border-top-left-radius: 0.5rem;