We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508ae04 commit 7bee72fCopy full SHA for 7bee72f
src/components/Background.tsx
@@ -9,9 +9,10 @@ export const Background = (props: { children: React.ReactNode }) => {
9
};
10
11
const StyledBackground = styled.div`
12
- background-color: ${(props) =>
+ background-color: #3399CC;
13
+ /* background-color: ${(props) =>
14
props.theme.background ?? getThemeValue("background")};
- color: ${(props) => props.theme.text ?? getThemeValue("text")};
15
+ color: ${(props) => props.theme.text ?? getThemeValue("text")}; */
16
min-height: 100vh;
17
display: flex;
18
flex-direction: column;
0 commit comments