fix icon on button (#27502)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
This commit is contained in:
co-authored by
CarinaWolli
parent
3adb9c2dda
commit
ebf0508d9a
@@ -306,7 +306,7 @@ export const Button = forwardRef<HTMLAnchorElement | HTMLButtonElement, ButtonPr
|
||||
<>
|
||||
{variant === "fab" ? (
|
||||
<>
|
||||
<Icon name={EndIcon} className="-mr-1 me-2 ms-2 hidden h-5 w-5 shrink-0 md:inline" />
|
||||
<Icon name={EndIcon} className="hidden h-4 w-4 shrink-0 stroke-[1.5px] md:inline-flex" />
|
||||
<Icon name="plus" data-testid="plus" className="inline h-6 w-6 shrink-0 md:hidden" />
|
||||
</>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user