Fixed language selection display in settings

This commit is contained in:
RemixDev
2021-05-21 12:47:13 +02:00
parent 122d103959
commit 0f2a1103fd
2 changed files with 3 additions and 3 deletions

View File

@@ -710,8 +710,8 @@
}
&.locale-flag--current {
svg {
filter: brightness(1);
::v-deep svg {
filter: brightness(1) !important;
}
}