fix start icon in button (#6950)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
pull/6954/head
Carina Wollendorfer 2023-02-08 12:02:08 -05:00 committed by GitHub
parent f7445bf8a1
commit a4b7f1af65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ export const Button = forwardRef<HTMLAnchorElement | HTMLButtonElement, ButtonPr
<StartIcon
className={classNames(
variant === "icon" && "h-4 w-4",
variant === "button" && "h-4 w-4 stroke-[1.5px] ltr:ml-2 rtl:mr-2"
variant === "button" && "h-4 w-4 stroke-[1.5px] ltr:mr-2 rtl:ml-2"
)}
/>
)}