Nychthemeron/packages/library
Matthew L McPeak 8cee97614d fix: use text-foreground for the Dialog close icon
The close icon used the Button "secondary" variant's
text-secondary-foreground, a near-white token fixed across both
themes. That reads fine against the dark Hades popover but is almost
invisible against the light Apollo popover since bg-transparent
removes the variant's own background. text-foreground already adapts
per-theme and is what a plain icon-only dismiss button should use.
Pre-existing bug, unrelated to the reka-ui removal (same classes
existed before) -- confirmed via computed-style + screenshot checks in
both themes in headless Chromium.
2026-07-14 09:40:45 -04:00
..
src fix: use text-foreground for the Dialog close icon 2026-07-14 09:40:45 -04:00
tests fix: unwrap Fragment vnodes in Slot before cloning 2026-07-13 18:37:50 -04:00
components.json feat: wire up Tailwind v4 and shadcn-vue token mapping alongside PrimeVue 2026-07-11 14:15:37 -04:00
package.json chore: drop the reka-ui dependency 2026-07-13 18:18:55 -04:00
tsconfig.json Inital Commit 2026-06-14 14:50:44 -04:00
vite.config.ts chore: drop the reka-ui dependency 2026-07-13 18:18:55 -04:00
vitest.config.ts feat: wire up Tailwind v4 and shadcn-vue token mapping alongside PrimeVue 2026-07-11 14:15:37 -04:00