Skip to content

Commit 34af4c4

Browse files
committed
v13.5.1
1 parent a24b77d commit 34af4c4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

published/13.5.1/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/UI.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,8 +2071,8 @@ export const injectStyledCSS = (
20712071
export const loadIcon = function (name, color) {
20722072
if (name === "button") {
20732073
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">
2074-
<rect x="23" y="13" width="98" height="96.9684" rx="15.9534" fill="white"/>
2075-
<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"/>
2074+
<rect x="23" y="15" width="98" height="96.9684" rx="15.9534" fill="white"/>
2075+
<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"/>
20762076
</svg>`;
20772077
}
20782078

0 commit comments

Comments
 (0)