diff --git a/packages/components-faraday/src/components/Dashboard/ReviewerDecision.js b/packages/components-faraday/src/components/Dashboard/ReviewerDecision.js
index 08bfbff9dc1dbd96821f8b40eb6e881604117aea..45a32fdb91a2d83c174d77729f3c76c77bef9118 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;