Skip to content

Commit

Permalink
feat: change fill value to currentColor
Browse files Browse the repository at this point in the history
  • Loading branch information
leannechen committed Mar 22, 2022
1 parent 87ba9ce commit b2e51ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/icons/components/AddLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function SvgAddLocation(props) {
width="1em"
height="1em"
viewBox="0 0 24 24"
fill="none"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/icons/svg/add-location.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2e51ca

Please sign in to comment.