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

fix(menu): Fix wrong menu styling properties #789

Merged
merged 3 commits into from
Jun 7, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mdc-menu/simple/mdc-simple-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ $mdc-simple-menu-item-fade-duration: .3s;
color: inherit;
text-decoration: none;

@include mdc-typography(body2);
@include mdc-typography(subheading2);

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