From 4da6499a834b17e4f3b7094738bf03d92055f074 Mon Sep 17 00:00:00 2001 From: Bogdan Cochior <bogdan.cochior@thinslices.com> Date: Tue, 3 Jul 2018 17:18:07 +0300 Subject: [PATCH] style: remove random character ) --- .../src/components/Dashboard/ReviewerDecision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components-faraday/src/components/Dashboard/ReviewerDecision.js b/packages/components-faraday/src/components/Dashboard/ReviewerDecision.js index 08bfbff9d..45a32fdb9 100644 --- a/packages/components-faraday/src/components/Dashboard/ReviewerDecision.js +++ b/packages/components-faraday/src/components/Dashboard/ReviewerDecision.js @@ -99,7 +99,7 @@ const DecisionButton = styled(Button)` background-color: ${({ primary }) => primary ? th('colorPrimary') : th('backgroundColorReverse')}; color: ${({ primary }) => - primary ? th('colorTextReverse') : th('colorPrimary')}); + primary ? th('colorTextReverse') : th('colorPrimary')}; height: calc(${th('subGridUnit')} * 5); margin-left: ${th('gridUnit')}; padding: 0; -- GitLab