Skip to content

Commit

Permalink
changing stroke color for info icon so it is not as difficult to see
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakidxav committed May 7, 2024
1 parent aa896d9 commit ee494d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/sidebar/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const Info = ({ children }) => {
id='icon'
sx={{
strokeWidth: '1.4px',
stroke: expanded ? 'text' : 'muted',
// stroke: expanded ? 'text' : 'muted',
stroke: 'text',
transform: 'translate(0px, 5px)',
transition: '0.1s',
}}
Expand Down

0 comments on commit ee494d8

Please sign in to comment.