Add spacing around KPI separator
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user