Commit Graph

2 Commits

Author SHA1 Message Date
yamabush1
34b3e76ac1 test: make button-paints-content render check theme-robust
Some checks failed
CI / build + test (push) Has been cancelled
CI / cargo audit (push) Has been cancelled
The render_pixels button test rendered on a black canvas and asserted some
pixel differed from black. With no theme dir configured the active theme is
the embedded B/W fallback, whose Light mode defines accent (the button fill)
and text-primary as pure black on a white page — so a fallback button is
black-on-black and the assertion spuriously failed. Render on white instead:
the black fallback button stands out, and a real theme's saturated accent
also differs from white, keeping the structural check theme-independent.
2026-06-01 11:33:35 +02:00
bbab5e238d First commit. Version 0.1.0 2026-05-10 09:58:23 +02:00