mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-01 23:55:54 +00:00
Update Header.tsx
This commit is contained in:
parent
74bafa2620
commit
813f1134b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue