Skip to content

Commit

Permalink
fix: properly center align the loading icon within login/logout button (
Browse files Browse the repository at this point in the history
#2043)

Closes #2002 

Context: center aligns the loading icon within login/logout button
  • Loading branch information
e-schneid committed Oct 21, 2022
1 parent 376e05b commit 4fa8ec3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/website/components/loading/loading.js
Expand Up @@ -24,8 +24,7 @@ export const SpinnerColor = {
*/
const Loading = ({ className, size, color, message }) => (
<div
className={clsx({
className,
className={clsx(className, {
[styles.loading]: true,
[styles.message]: message,
})}
Expand Down

0 comments on commit 4fa8ec3

Please sign in to comment.