fix: update GroupedInsetListCard style for improved android layout
This commit is contained in:
parent
f01baf9ba7
commit
102d8bfb6a
|
|
@ -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,
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue