diff --git a/src/sections/app.style.js b/src/sections/app.style.js index 54ec7061e737..7ce5fd8118e7 100644 --- a/src/sections/app.style.js +++ b/src/sections/app.style.js @@ -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; }