Skip to content

Commit

Permalink
Replace circle-dot-filled with circle-dotted
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Sep 11, 2023
1 parent 42f119a commit f956fbe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/fontra/client/tabler-icons/circle-dot-filled.svg

This file was deleted.

15 changes: 15 additions & 0 deletions src/fontra/client/tabler-icons/circle-dotted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/fontra/views/editor/panel-designspace-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -874,9 +874,7 @@ function circleDotListCell(item, colDesc) {
},
[
html.createDomElement("inline-svg", {
src: value
? "/tabler-icons/circle-dot.svg"
: "/tabler-icons/circle-dot-filled.svg",
src: value ? "/tabler-icons/circle-dot.svg" : "/tabler-icons/circle-dotted.svg",
}),
]
);
Expand Down

0 comments on commit f956fbe

Please sign in to comment.