Skip to content

Commit

Permalink
Update checkmark.
Browse files Browse the repository at this point in the history
Fixes #23185.
  • Loading branch information
jasmussen committed Aug 28, 2020
1 parent e259709 commit 165537e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/dropdown-menu/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

.components-menu-group {
padding: $grid-unit-15 $grid-unit-10;
padding: $grid-unit-15;
margin-top: 0;
margin-bottom: 0;
margin-left: -$grid-unit-15;
Expand All @@ -81,7 +81,7 @@
.components-menu-group + .components-menu-group {
margin-top: 0;
border-top: $border-width solid $gray-400;
padding: $grid-unit-15 $grid-unit-10;
padding: $grid-unit-15;

.is-alternate & {
border-color: $gray-900;
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/src/library/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';

const check = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M9 18.6L3.5 13l1-1L9 16.4l9.5-9.9 1 1z" />
<Path d="M18.3 5.6L9.9 16.9l-4.6-3.4-.9 1.2 5.8 4.3 9.3-12.6z" />
</SVG>
);

Expand Down

0 comments on commit 165537e

Please sign in to comment.