fix: Use theme --bg instead of a hardcoded color
This commit is contained in:
parent
3c340b5142
commit
d9b4ce79ac
|
@ -215,7 +215,7 @@ onBeforeUnmount(() => {
|
|||
}
|
||||
|
||||
.blocking {
|
||||
background-color: rgb(25, 23, 36) !important;
|
||||
background-color: var(--bg) !important;
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue