Skip to content

Commit c860595

Browse files
committed
feat: override menu border
1 parent e823ab4 commit c860595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/workspace/modal.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
body {
44
--modal-width: min(90vw, var(--modal-max-width));
55
--modal-height: min(85vh, var(--modal-max-height));
6+
--menu-border-color: var(--background-modifier-border);
67
}
78

89
body:not(.is-phone)

0 commit comments

Comments
 (0)