Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 76714f2

Browse files
touficbatacheamsheehan
authored andcommitted
fix(menu): Fix wrong menu styling properties (#789)
1 parent 99d2bbd commit 76714f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mdc-menu/simple/mdc-simple-menu.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $mdc-simple-menu-item-fade-duration: .3s;
2626
.mdc-simple-menu {
2727
display: none;
2828
position: absolute;
29+
min-width: 170px;
2930
max-width: calc(100vw - 32px);
3031
max-height: calc(100vh - 32px);
3132
margin: 0;
@@ -134,7 +135,7 @@ $mdc-simple-menu-item-fade-duration: .3s;
134135
color: inherit;
135136
text-decoration: none;
136137

137-
@include mdc-typography(body2);
138+
@include mdc-typography(subheading2);
138139

139140
@include mdc-theme-dark(".mdc-simple-menu", true) {
140141
color: white;

0 commit comments

Comments
 (0)