Skip to content

Commit

Permalink
Improve color icon border rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
tk authored and fake-join[bot] committed Nov 2, 2023
1 parent 21a6c3a commit 91fc7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/ColorPopupProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ ColorPopupProvider.prototype.getEntries = function(elements) {
var self = this;

var colorIconHtml = `
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="100%" width="100%">
<rect rx="2" x="1" y="1" width="20" height="20" fill="var(--fill-color)" stroke="var(--stroke-color)" style="stroke-width:2"></rect>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" height="100%" width="100%">
<rect rx="2" x="1" y="1" width="22" height="22" fill="var(--fill-color)" stroke="var(--stroke-color)" style="stroke-width:2"></rect>
</svg>
`;

Expand Down

0 comments on commit 91fc7e6

Please sign in to comment.