Skip to content

Commit 7bee72f

Browse files
committed
fix(test): test
1 parent 508ae04 commit 7bee72f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: src/components/Background.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ export const Background = (props: { children: React.ReactNode }) => {
99
};
1010

1111
const StyledBackground = styled.div`
12-
background-color: ${(props) =>
12+
background-color: #3399CC;
13+
/* background-color: ${(props) =>
1314
props.theme.background ?? getThemeValue("background")};
14-
color: ${(props) => props.theme.text ?? getThemeValue("text")};
15+
color: ${(props) => props.theme.text ?? getThemeValue("text")}; */
1516
min-height: 100vh;
1617
display: flex;
1718
flex-direction: column;

0 commit comments

Comments
 (0)