fix blury border on progressBar

This commit is contained in:
Julien9969 2024-08-02 21:57:57 +02:00
parent 9afe7a516f
commit d8efb2884d
2 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,7 @@
height: 10px !important;
background: var(--primary-background-transparent) !important;
backdrop-filter: blur(2px) !important;
border-radius: 6px !important;
}
.innerCardFooterClear {
background-color: none !important;

View File

@ -178,6 +178,7 @@
height: 10px !important;
background: var(--primary-background-transparent) !important;
backdrop-filter: blur(2px) !important;
border-radius: 6px;
}
.innerCardFooterClear {
background-color: none !important;