Skip to content

Commit c108bcb

Browse files
authored
fix: light theme text visibility (#861)
1 parent 72b0507 commit c108bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Modal.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defineExpose({
2525
<dialog
2626
ref="dialogRef"
2727
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"
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-fg"
2929
:aria-labelledby="modalTitleId"
3030
v-bind="$attrs"
3131
>

0 commit comments

Comments
 (0)