diff --git a/src/components/UI/Header.tsx b/src/components/UI/Header.tsx index cede77b0ac..02892001f1 100644 --- a/src/components/UI/Header.tsx +++ b/src/components/UI/Header.tsx @@ -17,14 +17,11 @@ export const Header: FC = () => { p={4} justifyContent='center' alignItems='flex-start' - borderRight={{ base: 'none', sm: '2px solid #11866f' }} + borderRight={{ base: 'none', sm: '2px solid' }} + borderColor='brand.light.primary' flexGrow={2} > - + go-ethereum @@ -46,12 +43,7 @@ export const Header: FC = () => { > - + downloads @@ -62,7 +54,8 @@ export const Header: FC = () => { { > - + documentation @@ -89,7 +77,8 @@ export const Header: FC = () => {