Add spacing around KPI separator

This commit is contained in:
Codex Agent
2026-01-23 13:40:46 +01:00
parent d5a447fb28
commit c6293628e7

View File

@@ -237,7 +237,7 @@ export function KpiStrip({
minWidth={150} minWidth={150}
maxWidth={220} maxWidth={220}
> >
<XStack alignItems="center" space="$1"> <XStack alignItems="center" space="$2">
<Text <Text
fontSize={32} fontSize={32}
fontWeight="900" fontWeight="900"
@@ -247,8 +247,8 @@ export function KpiStrip({
> >
{item.value} {item.value}
</Text> </Text>
<Separator vertical backgroundColor={separatorColor} height={32} /> <Separator vertical backgroundColor={separatorColor} height={32} marginHorizontal="$1.5" />
<YStack alignItems="center" space="$0.5"> <YStack alignItems="center" space="$0.5" paddingLeft="$0.5">
<XStack <XStack
width={28} width={28}
height={28} height={28}