Make modals use foreground color

This commit is contained in:
thepaperpilot 2023-02-20 21:42:18 -06:00
parent 922b138a5b
commit 1737bef5fc

View file

@ -49,5 +49,6 @@ const gameComponent = computed(() => {
position: absolute; position: absolute;
min-height: 100%; min-height: 100%;
height: 100%; height: 100%;
color: var(--foreground);
} }
</style> </style>