Skip to content

Commit e0d71bb

Browse files
committed
Change modal background color
1 parent 63950ba commit e0d71bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
display: flex;
1919
flex-direction: column;
2020
width: 100%;
21-
background-color: var(--color-surface-1);
21+
background-color: var(--color-background);
2222
background-clip: padding-box;
2323
border: .0625rem solid var(--color-border);
2424
border-radius: var(--radius-lg);

0 commit comments

Comments
 (0)