refactor(ui): switch surfaces to shared shadow tokens
This commit is contained in:
@@ -168,7 +168,7 @@ describe("AI capture redesign", () => {
|
||||
test("attachments panel is a first-class surfaced region, not an inline footer affordance", () => {
|
||||
const source = readToolbarSource();
|
||||
|
||||
expect(source).toContain("rounded-[10px] bg-card p-3 shadow-[0_0_0_1px_rgba(0,0,0,0.08)]");
|
||||
expect(source).toContain("rounded-[10px] bg-card p-3 shadow-sm");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user