mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
Set inbox selection to fixed light gray
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
50577b8c63
commit
57357991e4
2 changed files with 3 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ describe("SwipeToArchive", () => {
|
|||
|
||||
const surface = container.querySelector("[data-inbox-row-surface]") as HTMLDivElement | null;
|
||||
expect(surface).not.toBeNull();
|
||||
expect(surface?.style.backgroundColor).toBe("hsl(var(--muted))");
|
||||
expect(surface?.style.backgroundColor).toBe("rgb(243, 244, 246)");
|
||||
expect(surface?.style.boxShadow).toBe("");
|
||||
|
||||
act(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue