Skip to content

Commit

Permalink
matched current color for gutenberg icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nuzzio committed Apr 29, 2018
1 parent 1014ff9 commit ca238fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/markdown/assets/js/jetpack-markdown-block.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ registerBlockType( 'jetpack/markdown-block', {
'class': 'dashicons',
width: '208',
height: '128',
viewBox: '0 0 208 128'
viewBox: '0 0 208 128',
stroke: 'currentColor'
},
el(
'rect',
Expand All @@ -42,7 +43,6 @@ registerBlockType( 'jetpack/markdown-block', {
x: '5',
y: '5',
ry: '10',
stroke: '#000',
'stroke-width': '10',
fill: 'none'
}
Expand Down

0 comments on commit ca238fc

Please sign in to comment.