Skip to content

Commit

Permalink
search background.
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-42 committed Oct 28, 2020
1 parent 1bbd762 commit daa5047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Search2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ export const Search2 = () => {
height: "100%",
zIndex: 2000,
justifyContent: "center",
backgroundImage: `url("${dark ? brushed_bg : brushed_bg_white}")`,
backgroundColor: dark ? "black" : "white",
// backgroundImage: `url("${dark ? brushed_bg : brushed_bg_white}")`,
backgroundColor: dark ? "#202020" : "#e8e8e8",
color: theme.typography.body1.color
};

Expand Down

0 comments on commit daa5047

Please sign in to comment.