Skip to content

Commit

Permalink
Remove hardcoded white color from save button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Restrepo committed Jul 24, 2023
1 parent 6de6701 commit 1390f03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/components/icons/save.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const SaveIcon = html`
fill-rule="evenodd"
clip-rule="evenodd"
d="M13.353 1.146L14.853 2.646L15 3V14.5L14.5 15H1.5L1 14.5V1.5L1.5 1H13L13.353 1.146ZM2 2V14H14V3.208L12.793 2H11V6H4V2H2ZM8 2V5H10V2H8Z"
fill="#C5C5C5"
/>
</svg>
`
Expand Down

0 comments on commit 1390f03

Please sign in to comment.