Merge branch 'main' into ts_Form+Home
This commit is contained in:
commit
f26ab2f941
26 changed files with 3591 additions and 3781 deletions
|
|
@ -121,8 +121,10 @@ export const Button = forwardRef<HTMLButtonElement, Props>(
|
|||
{...mergeProps(rest, filteredButtonProps)}
|
||||
ref={buttonRef}
|
||||
>
|
||||
{children}
|
||||
{variant === "dropdown" && <ArrowDownIcon />}
|
||||
<>
|
||||
{children}
|
||||
{variant === "dropdown" && <ArrowDownIcon />}
|
||||
</>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue