Merge pull request #21 from ethereum/fixBorder

change color back, address later
This commit is contained in:
Corwin Smith 2022-10-26 20:54:12 +02:00 committed by GitHub
commit 74bafa2620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,8 +17,7 @@ export const Header: FC = () => {
p={4} p={4}
justifyContent='center' justifyContent='center'
alignItems='flex-start' alignItems='flex-start'
borderRight={{ base: 'none', sm: '2px solid' }} borderRight={{ base: 'none', sm: '2px solid #11866f'}}
borderColor='brand.light.primary'
flexGrow={2} flexGrow={2}
> >
<Text textStyle='header-font'> <Text textStyle='header-font'>
@ -54,8 +53,7 @@ export const Header: FC = () => {
<Stack <Stack
p={4} p={4}
justifyContent='center' justifyContent='center'
borderRight={{ base: 'none', md: '2px solid' }} borderRight={{ base: 'none', md: '2px solid #11866f' }}
borderColor='brand.light.primary'
display={{ base: 'none', md: 'block' }} display={{ base: 'none', md: 'block' }}
color='brand.light.primary' color='brand.light.primary'
_hover={{ _hover={{
@ -77,8 +75,7 @@ export const Header: FC = () => {
<Stack <Stack
p={4} p={4}
display={{ base: 'none', md: 'block' }} display={{ base: 'none', md: 'block' }}
borderRight={{ base: 'none', md: '2px solid' }} borderRight={{ base: 'none', md: '2px solid #11866f' }}
borderColor='brand.light.primary'
> >
<InputGroup> <InputGroup>
<Input <Input
@ -97,8 +94,7 @@ export const Header: FC = () => {
{/* DARK MODE SWITCH */} {/* DARK MODE SWITCH */}
<Box <Box
p={4} p={4}
borderRight={{ base: '2px solid', lg: 'none' }} borderRight={{ base: 'none', md: '2px solid #11866f' }}
borderColor='brand.light.primary'
> >
<MoonIcon /> <MoonIcon />
</Box> </Box>