Skip to content

Commit

Permalink
#142 update icon character
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Feb 14, 2017
1 parent 370d932 commit c13951e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/waterfall/details-overlay/svg-details-overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function createCloseButtonSvg(y: number): SVGGElement {
"y": y,
}));

closeBtn.appendChild(svg.newTextEl("X", {
closeBtn.appendChild(svg.newTextEl("", {
dx: 7,
dy: 16,
x: "100%",
Expand Down

0 comments on commit c13951e

Please sign in to comment.