We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b0507 commit c108bcbCopy full SHA for c108bcb
app/components/Modal.client.vue
@@ -25,7 +25,7 @@ defineExpose({
25
<dialog
26
ref="dialogRef"
27
closedby="any"
28
- class="w-full bg-bg border border-border rounded-lg shadow-xl max-h-[90vh] overflow-y-auto overscroll-contain m-0 m-auto p-6 text-white"
+ class="w-full bg-bg border border-border rounded-lg shadow-xl max-h-[90vh] overflow-y-auto overscroll-contain m-0 m-auto p-6 text-fg"
29
:aria-labelledby="modalTitleId"
30
v-bind="$attrs"
31
>
0 commit comments