Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
feat(LoadingSpinner): Add progressbar role
Browse files Browse the repository at this point in the history
  • Loading branch information
justinanastos committed Dec 20, 2019
1 parent 8fb2532 commit 5f9b586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Loaders/LoadingSpinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const LoadingSpinner: React.FC<Props> = ({
return (
<svg
className={className}
role="progressbar"
viewBox="0 0 100 100"
css={{
width: pixelSize,
Expand Down

0 comments on commit 5f9b586

Please sign in to comment.