From 272239398187286d7c6e29cfb043784a79c8f28f Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 2 May 2019 14:29:03 +0200 Subject: [PATCH] adjust Log bg color --- src/components/Log/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Log/index.js b/src/components/Log/index.js index acd51053..7993bd6d 100644 --- a/src/components/Log/index.js +++ b/src/components/Log/index.js @@ -28,7 +28,7 @@ type Props = {| ...OwnProps, ...StateProps, ...DispatchProps |}; const Wrapper = styled.div` position: relative; color: ${colors.INFO_PRIMARY}; - background: ${colors.INFO_SECONDARY}; + background: ${colors.INFO_LIGHT}; padding: 24px; display: flex; flex-direction: column;