diff --git a/app/scenes/Settings/Slack.js b/app/scenes/Settings/Slack.js index bb3b550c..1e58d1e7 100644 --- a/app/scenes/Settings/Slack.js +++ b/app/scenes/Settings/Slack.js @@ -136,7 +136,7 @@ const ListItem = styled.li` const Code = styled.code` padding: 4px 6px; margin: 0 2px; - background: #eaebea; + background: ${(props) => props.theme.codeBackground}; border-radius: 4px; `;