mirror of
https://github.com/selfxyz/self.git
synced 2026-02-08 13:25:59 -05:00
avoid glitch and fix custom app card layout bug
This commit is contained in:
@@ -37,10 +37,11 @@ const AppCard: React.FC<AppCardProps> = ({
|
||||
<XStack w="100%"
|
||||
>
|
||||
<Card.Header w="100%">
|
||||
<XStack ai="center" py="$1" >
|
||||
<YStack width={235}>
|
||||
|
||||
<XStack ai="center" py="$1">
|
||||
<YStack width={250}>
|
||||
<H3 color={colorOfTheText} selectable={false} >{title}</H3>
|
||||
<Text theme="alt2" color={colorOfTheText} selectable={false}>{description}</Text>
|
||||
<Text mt="$1" theme="alt2" color={colorOfTheText} selectable={false}>{description}</Text>
|
||||
</YStack>
|
||||
<XStack flex={1} />
|
||||
<ChevronRight size="$4" color={colorOfTheText} minWidth="$4" />
|
||||
|
||||
Reference in New Issue
Block a user