Skip to content

Commit

Permalink
fix gray class in svg file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprillion committed Sep 30, 2023
1 parent 78d4b1b commit 895091a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/icons/undo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/components/icons-generated/Undo.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const SvgUndo = (props) => (
{...props}
>
<path
className="tag_svg__gray"
className="undo_svg__gray"
d="M280-200v-80h284q63 0 109.5-40T720-420q0-60-46.5-100T564-560H312l104 104-56 56-200-200 200-200 56 56-104 104h252q97 0 166.5 63T800-420q0 94-69.5 157T564-200H280Z"
/>
</svg>
Expand Down

0 comments on commit 895091a

Please sign in to comment.