diff --git a/packages/desktop-client/src/icons/v2/Eye.js b/packages/desktop-client/src/icons/v2/Eye.js index 69d8293366..df51a71481 100644 --- a/packages/desktop-client/src/icons/v2/Eye.js +++ b/packages/desktop-client/src/icons/v2/Eye.js @@ -16,12 +16,11 @@ const SvgEye = props => ( strokeWidth: 1.5, strokeLinecap: 'round', strokeLinejoin: 'round', - stroke: '#000', + stroke: 'currentColor', strokeOpacity: 1, strokeMiterlimit: 4, }} transform="matrix(.96 0 0 .96 1 .48)" - fill="currentColor" /> ( strokeWidth: 1.5, strokeLinecap: 'round', strokeLinejoin: 'round', - stroke: '#000', + stroke: 'currentColor', strokeOpacity: 1, strokeMiterlimit: 4, }} transform="matrix(.96 0 0 .96 1 .48)" - fill="currentColor" /> ( /> ); -export default SvgEye; +export default SvgEye; \ No newline at end of file diff --git a/upcoming-release-notes/1450.md b/upcoming-release-notes/1450.md new file mode 100644 index 0000000000..59d03de612 --- /dev/null +++ b/upcoming-release-notes/1450.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [carkom] +--- + +fix Eye.js to change color dynamically based on style element passed to it.