Skip to content

Commit

Permalink
Update opacity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Feb 8, 2019
1 parent 244fad1 commit b0fb992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/menu-item/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
.components-menu-item__info {
margin-top: $grid-size-small;
font-size: $default-font-size - 1px;
opacity: 0.8;
opacity: 0.84;
}

.components-menu-item__shortcut {
align-self: center;
opacity: 0.8;
opacity: 0.84;
margin-right: 0;
margin-left: auto;
padding-left: $grid-size;
Expand Down

0 comments on commit b0fb992

Please sign in to comment.