Skip to content

Commit

Permalink
Fix spinner causing a flash when loading site editor (#43226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Aug 19, 2022
1 parent 603013a commit 3a2e02b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/spinner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export function UnforwardedSpinner(
<StyledSpinner
className={ classNames( 'components-spinner', className ) }
viewBox="0 0 100 100"
width="16"
height="16"
xmlns="http://www.w3.org/2000/svg"
role="presentation"
focusable="false"
Expand Down

0 comments on commit 3a2e02b

Please sign in to comment.