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