From 5e48829712b9b87cd9247c6b326a610c553a1628 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Wed, 26 Oct 2022 12:23:25 -0600 Subject: [PATCH] cleanup --- src/components/UI/Header.tsx | 29 +++++++++-------------------- src/theme/foundations/textStyles.ts | 5 +++++ 2 files changed, 14 insertions(+), 20 deletions(-) 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 = () => {