Compare commits

...
Author SHA1 Message Date
Matthew Russell 02fbf0bdde chore: make explorer and trading navbars default to black 2023-05-09 11:55:44 -07:00
2 changed files with 2 additions and 2 deletions
@@ -65,7 +65,7 @@ export const Header = () => {
return (
<Navigation
appName="Explorer"
theme="system"
theme="dark"
breakpoints={[490, 900]}
actions={
<>
+1 -1
View File
@@ -92,7 +92,7 @@ function AppBody({ Component }: AppProps) {
<Title />
<div className={gridClasses}>
<AnnouncementBanner />
<Navbar theme={VEGA_ENV === Networks.TESTNET ? 'yellow' : 'system'} />
<Navbar theme={VEGA_ENV === Networks.TESTNET ? 'yellow' : 'dark'} />
<div data-testid="banners">
<ProtocolUpgradeProposalNotification
mode={ProtocolUpgradeCountdownMode.IN_ESTIMATED_TIME_REMAINING}