fixed button
This commit is contained in:
parent
42d22ae86e
commit
49ce4b4ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
|||
>
|
||||
{loading ? (
|
||||
<span className="relative">
|
||||
<span className="hidden">{newChildren}</span>
|
||||
<span className="invisible">{newChildren}</span>
|
||||
<span className="absolute inset-0 flex items-center justify-center">
|
||||
<ForwardedIconComponent
|
||||
name={"Loader2"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue