fix: Use theme --bg instead of a hardcoded color

This commit is contained in:
Daniel Hernández 2023-02-09 14:18:42 -04:00
parent 3c340b5142
commit d9b4ce79ac
No known key found for this signature in database
GPG Key ID: 1FE6E4A6C61D7B31
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ onBeforeUnmount(() => {
}
.blocking {
background-color: rgb(25, 23, 36) !important;
background-color: var(--bg) !important;
border: none;
}
</style>