Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Sep 7, 2023
1 parent 9899e2a commit 716efe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scaffold/src/utils/w3m-connecting-widget/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class W3mConnectingWidget extends LitElement {
const borderRadiusMaster = ThemeController.state.themeVariables['--w3m-border-radius-master']
const radius = borderRadiusMaster ? parseInt(borderRadiusMaster.replace('px', ''), 10) : 4

return html`<wui-loading-thumbnail radius=${radius * 4}></wui-loading-thumbnail>`
return html`<wui-loading-thumbnail radius=${radius * 9}></wui-loading-thumbnail>`
}

// -- Protected ----------------------------------------- //
Expand Down

0 comments on commit 716efe0

Please sign in to comment.