fix: history card styling
This commit is contained in:
parent
b0812182fc
commit
257e8b5272
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ export function HistoryCard() {
|
|||
rounded="$md"
|
||||
alignItems="center"
|
||||
justifyContent="space-between">
|
||||
<VStack mr="$5">
|
||||
<Heading color="$white" fontSize="$md" textTransform="capitalize">
|
||||
<VStack flex={1} mr="$5">
|
||||
<Heading color="$white" fontSize="$md" textTransform="capitalize" numberOfLines={1}>
|
||||
Costas
|
||||
</Heading>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue