Skip to content

Commit

Permalink
Update src/sections/app.style.js
Browse files Browse the repository at this point in the history
Co-authored-by: Karan Thakur <[email protected]>
Signed-off-by: Gaurav Chadha <[email protected]>
  • Loading branch information
Chadha93 and thisiskaransgit authored Jun 26, 2023
1 parent fc33ace commit b5e1b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/app.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createGlobalStyle } from "styled-components";
const GlobalStyle = createGlobalStyle`
::selection {
background: var(--brand-color-primary);
background: ${(props) => props.theme.secondaryColor};
color: #FFFFFF;
}
Expand Down

0 comments on commit b5e1b2e

Please sign in to comment.