테마 적용
This commit is contained in:
@@ -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 배경 대신 캔버스 배경을 그대로 보여야 한다", () => {
|
||||
|
||||
Reference in New Issue
Block a user