re-add background to modal header

This commit is contained in:
jeffvli
2026-01-30 21:10:59 -08:00
parent 69b6821deb
commit 37e41c9c8e
+1 -1
View File
@@ -2,7 +2,7 @@
display: flex;
justify-content: center;
margin-bottom: var(--theme-spacing-md);
background: none;
background: var(--theme-colors-background);
border-radius: 0;
}