Update Header.tsx

pull/26459/head^2
Corwin Smith 2 years ago committed by GitHub
parent 74bafa2620
commit 813f1134b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/UI/Header.tsx

@ -94,7 +94,7 @@ export const Header: FC = () => {
{/* DARK MODE SWITCH */}
<Box
p={4}
borderRight={{ base: 'none', md: '2px solid #11866f' }}
borderRight={{ base: '2px solid #11866f', md: 'none' }}
>
<MoonIcon />
</Box>

Loading…
Cancel
Save