Compare commits

...

1 Commits

Author SHA1 Message Date
Jordan Vidrine 4e6b4a6c80 add radius to modals 2025-05-13 14:25:08 -05:00
+4
View File
@@ -105,3 +105,7 @@ input[type="color"]:focus,
.period-chooser-header { .period-chooser-header {
border-radius: 0; border-radius: 0;
} }
.d-modal__container {
border-radius: var(--d-border-radius);
}