테마 적용
CI / test (push) Failing after 5m22s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-09 18:53:21 +09:00
parent 9d8c4538c7
commit 676e58cad7
71 changed files with 3394 additions and 498 deletions
@@ -18,6 +18,7 @@ describe("PublicPageRenderer - 배경색 위임", () => {
const className = root!.getAttribute("class") ?? "";
expect(className).not.toContain("bg-slate-950");
expect(className).not.toContain("text-slate-50");
});
it("루트 텍스트/버튼 블록 영역은 고정 bg-slate-950 배경 대신 캔버스 배경을 그대로 보여야 한다", () => {