Skip to content

Commit

Permalink
Merge pull request #4423 from sambhavgupta0705/issue#4417
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadha93 committed Jun 26, 2023
2 parents dce072c + b5e1b2e commit fe62734
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: rgba(0, 70, 0, 0.99);
background: ${(props) => props.theme.secondaryColor};
color: #FFFFFF;
}
Expand Down

0 comments on commit fe62734

Please sign in to comment.