Make modals use foreground color
This commit is contained in:
parent
922b138a5b
commit
1737bef5fc
1 changed files with 1 additions and 0 deletions
|
@ -49,5 +49,6 @@ const gameComponent = computed(() => {
|
|||
position: absolute;
|
||||
min-height: 100%;
|
||||
height: 100%;
|
||||
color: var(--foreground);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue