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"
|
rounded="$md"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
justifyContent="space-between">
|
justifyContent="space-between">
|
||||||
<VStack mr="$5">
|
<VStack flex={1} mr="$5">
|
||||||
<Heading color="$white" fontSize="$md" textTransform="capitalize">
|
<Heading color="$white" fontSize="$md" textTransform="capitalize" numberOfLines={1}>
|
||||||
Costas
|
Costas
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue