minor UI fix

This commit is contained in:
sairaj mote 2022-05-16 17:21:54 +05:30
parent 7f8334caa5
commit 81f5100ed9
3 changed files with 3 additions and 3 deletions

View File

@ -1296,7 +1296,7 @@ sm-checkbox {
left: 0;
right: 0;
height: 100%;
background-color: rgba(var(--text-color), 0.16);
background-color: rgba(0, 0, 0, 0.3);
-webkit-backdrop-filter: blur(0.5rem);
backdrop-filter: blur(0.5rem);
z-index: 3;

File diff suppressed because one or more lines are too long

View File

@ -1151,7 +1151,7 @@ sm-checkbox {
left: 0;
right: 0;
height: 100%;
background-color: rgba(var(--text-color), 0.16);
background-color: rgba(0 0 0/ 0.3);
backdrop-filter: blur(0.5rem);
z-index: 3;
}