fix: validator install border

This commit is contained in:
RadoslavDimchev 2023-10-23 19:01:20 +03:00
parent 114ddebb8a
commit 05a45bcc70
1 changed files with 2 additions and 2 deletions

View File

@ -36,13 +36,13 @@ const ValidatorSetupInstall = () => {
/>
<YStack
style={{
border: '1px solid #00000026',
border: '2px solid #1B273D0D',
borderRadius: '16px',
padding: '19px 16px',
}}
space={'$3'}
>
<Text size={19}> Installing {selectedClient}</Text>
<Text size={19}>Installing {selectedClient}</Text>
<Text size={15} color="#647084" weight={'regular'}>
There are several ways to install Geth, including via a package manager, downloading
a pre-built bundle, running as a docker container or building from downloaded source