adjust default modal styles

This commit is contained in:
jeffvli
2025-11-29 04:02:25 -08:00
parent 998eb02621
commit a99a02c94c
3 changed files with 7 additions and 10 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
.header {
display: flex;
justify-content: center;
padding: none;
margin-bottom: var(--theme-spacing-md);
background: var(--theme-colors-background);
border-radius: 0;
}
@@ -14,6 +14,7 @@
}
.content {
padding: var(--theme-spacing-md);
overflow: hidden;
background: var(--theme-colors-background);
border: 2px solid var(--theme-colors-border);