refactor(ui): switch surfaces to shared shadow tokens
This commit is contained in:
@@ -19,7 +19,7 @@ describe("EventDialog public modes", () => {
|
||||
const source = readFileSync("src/components/ui/dialog.tsx", "utf8");
|
||||
|
||||
expect(source).toContain("rounded-[10px]");
|
||||
expect(source).toContain("shadow-[0_0_0_1px_rgba(0,0,0,0.08)");
|
||||
expect(source).toContain("shadow-xl");
|
||||
expect(source).not.toContain("rounded-lg border p-6 shadow-lg");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user