Skip to content

Commit 3746f3f

Browse files
authored
fix(css): Correct height property for menu bar elements to use the appropriate variable. (y-scope#254)
1 parent de1fac6 commit 3746f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MenuBar/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
flex-direction: row;
66
align-items: center;
77

8-
height: var(--ylv-status-bar-height);
8+
height: var(--ylv-menu-bar-height);
99

1010
/* stylelint-disable-next-line custom-property-pattern */
1111
box-shadow: 0 1px 0 0 var(--joy-palette-neutral-outlinedBorder);
@@ -15,7 +15,7 @@
1515
display: flex;
1616
justify-content: center;
1717
min-width: 48px;
18-
height: var(--ylv-status-bar-height);
18+
height: var(--ylv-menu-bar-height);
1919
}
2020

2121
.menu-bar-open-file-icon {

0 commit comments

Comments
 (0)