fix(chat): use white pwa dialog button text
This commit is contained in:
@@ -216,6 +216,8 @@ describe("chat Tailwind components", () => {
|
||||
expect(html).toContain("fixed inset-0");
|
||||
expect(html).toContain("max-w-[var(--pwa-install-dialog-max-width,360px)]");
|
||||
expect(html).toContain("size-[var(--icon-size-86,86px)]");
|
||||
expect(html).toContain("min-h-[var(--pwa-button-height,44px)]");
|
||||
expect(html).toContain("text-[var(--color-pwa-button-text,#ffffff)]");
|
||||
expect(html).toContain("%2Fimages%2Ficons%2Ficon-add-to-home.png");
|
||||
expect(html).toContain("Add to Home Screen");
|
||||
expect(html).toContain("Cancel");
|
||||
|
||||
Reference in New Issue
Block a user