Skip to content

Commit

Permalink
Removed issues for default style
Browse files Browse the repository at this point in the history
Signed-off-by: THEBOSS0369 <[email protected]>
  • Loading branch information
THEBOSS0369 committed Sep 20, 2024
1 parent ae8e3af commit b263459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/reusecore/Search/searchbox.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SearchWrapper = styled.div`
background-color: ${(props) => props.theme.shadowLightColor};
/*Changes color for the text*/
color: ${(props) => props.theme.textColor};
color: ${(props) => props.theme.whiteToBlack};
&:focus {
/* border-color: ${(props) => props.theme.primaryColor}; */
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/themeStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export const darktheme = {
// Teal Blue
tertiaryColorTwo: "#477E96",

headingColor: "#111111",
headingColor: "#000000",

// light slate gray (medium gray)
textColor: "#ffffff",
Expand Down

0 comments on commit b263459

Please sign in to comment.