Skip to content

Commit

Permalink
fix(icon): switch to inline flex
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jul 17, 2023
1 parent afbce1b commit 11a7081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utah-design-system/Icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const Icon = forwardRef(function Icon(
{...props}
ref={forwardedRef}
className={twMerge(
'flex items-center justify-center',
'inline-flex items-center justify-center',
ICONS[name].className,
SIZE_CLASS_NAMES[size],
'before:font-utds',
Expand Down

0 comments on commit 11a7081

Please sign in to comment.