fix: update GroupedInsetListCard style for improved android layout

This commit is contained in:
lawvs 2025-06-19 12:46:08 +08:00
parent f01baf9ba7
commit 102d8bfb6a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const GroupedInsetListCard: FC<
{...props}
style={[{ marginHorizontal: GROUPED_LIST_MARGIN }, props.style]}
className={cn(
"bg-secondary-system-grouped-background flex overflow-hidden rounded-[10px]",
"bg-secondary-system-grouped-background flex flex-col overflow-hidden rounded-[10px]",
className,
)}
>