Skip to content

Commit 3bcbcc1

Browse files
committed
Fixes minor issues
1 parent 6fdd3c1 commit 3bcbcc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/base/Header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function Header(props: MainHeaderProps) {
7777
</Right>
7878
) : (
7979
<Right>
80+
{themeReady && <ThemeToggleButton />}
8081
<SearchButton to={urlForSearch}>
8182
<SearchIcon2 />
8283
</SearchButton>

src/components/main/MainTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { themedPalette } from '../../lib/styles/themes';
44

55
const BackgroundStyle = createGlobalStyle`
66
body {
7-
background: ${themedPalette.bg_page1};
7+
background: ${themedPalette.bg_page1}!important;
88
}
99
`;
1010

0 commit comments

Comments
 (0)