Skip to content

Commit

Permalink
fix(Tag): fix padding for iconLeft on RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
domihustinova authored and mvidalgarcia committed Jul 31, 2024
1 parent 8bc6f92 commit ec47a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Tag/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Tag = React.forwardRef<HTMLDivElement, Props>(
onKeyDown={ev => buttonClickEmulation(ev, onClick)}
>
{iconLeft && (
<div className="pr-xs [&_svg]:size-icon-small flex flex-row items-center justify-center">
<div className="pe-xs [&_svg]:size-icon-small flex flex-row items-center justify-center">
{iconLeft}
</div>
)}
Expand Down

0 comments on commit ec47a4a

Please sign in to comment.