Skip to content

Commit

Permalink
chore: merge branch 'dev' into feat/multi-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Oct 24, 2024
2 parents f796e0a + 6a809ae commit 0d18f11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function VaultCopyButton({
hasCopiedUUID,
}: VaultCopyButtonProps): React.JSX.Element {
return (
<HStack w={'25%'} justifyContent={'flex-end'}>
<HStack justifyContent={'flex-end'}>
<Tooltip
textAlign={'center'}
label={hasCopiedUUID ? 'Copied' : 'Copy'}
Expand Down
14 changes: 4 additions & 10 deletions src/app/components/vault/components/vault.header/vault.header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@ export function VaultHeader({

return (
<HStack w={'100%'} justifyContent={'space-between'}>
<HStack
w={'67.5%'}
pl={'15px'}
bg={'white.04'}
borderRadius={'full'}
justifyContent={'space-between'}
>
<Stack w={'25%'}>
<HStack width={'77%'}>
<Stack w={'45%'}>
<Text fontSize={'xs'} fontWeight={'bold'} color={'white.01'}>
Vault
Vault UUID:
</Text>
</Stack>
<Stack w={'50%'}>
<Stack w={'45%'}>
<Text fontSize={'xs'} fontWeight={'bold'} color={'white.01'}>
{vaultTruncatedUUID}
</Text>
Expand Down

0 comments on commit 0d18f11

Please sign in to comment.