Skip to content
Closed
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
Prev Previous commit
Next Next commit
Fix icon color.
  • Loading branch information
jasmussen committed Dec 6, 2021
commit 59343bf408eb0f0acead4089be26e04b297b3e97
1 change: 1 addition & 0 deletions packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ $color-control-label-height: 20px;
}

> svg {
fill: currentColor;
opacity: 0.4;
}
}
Expand Down