[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: light theme text visibility (#861)

authored by

abeer0 and committed by
GitHub
c108bcb0 72b0507b

+1 -1
+1 -1
app/components/Modal.client.vue
··· 25 25 <dialog 26 26 ref="dialogRef" 27 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" 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" 29 29 :aria-labelledby="modalTitleId" 30 30 v-bind="$attrs" 31 31 >