Skip to content

Commit

Permalink
v13.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Mar 14, 2024
1 parent a24b77d commit 34af4c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/esm/index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/13.5.1/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -2071,8 +2071,8 @@ export const injectStyledCSS = (
export const loadIcon = function (name, color) {
if (name === "button") {
return `<svg class="bb-logo-logo bb-logo-logo--default" width="145" height="144" viewBox="0 0 145 144" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="23" y="13" width="98" height="96.9684" rx="15.9534" fill="white"/>
<path d="M110.422 106.035L121 87.5238V127.216C121 128.876 119.14 129.856 117.771 128.918L84.3789 106.035H110.422Z" fill="white"/>
<rect x="23" y="15" width="98" height="96.9684" rx="15.9534" fill="white"/>
<path d="M110.422 108.035L121 89.5238V125.541C121 128.759 117.393 130.66 114.739 128.84L84.3789 108.035H110.422Z" fill="white"/>
</svg>`;
}

Expand Down

0 comments on commit 34af4c4

Please sign in to comment.