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 3d178fec6c
commit cce9dc21cf

View file

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