Skip to content

Commit

Permalink
align icon + text on list items
Browse files Browse the repository at this point in the history
fixes SHM-415
  • Loading branch information
horacioh committed Nov 19, 2024
1 parent 9c0831e commit 127b26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/ui/src/list-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function SmallListItem({
}
{...props}
>
<XStack gap="$2" jc="center" f={1} ai="baseline">
<XStack gap="$2" jc="center" f={1} ai="center">
{isValidElement(icon) ? (
icon
) : icon ? (
Expand Down

0 comments on commit 127b26a

Please sign in to comment.