about summary refs log tree commit diff
path: root/app/assets/javascripts/components/components/column_back_button_slim.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/components/components/column_back_button_slim.jsx')
-rw-r--r--app/assets/javascripts/components/components/column_back_button_slim.jsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/javascripts/components/components/column_back_button_slim.jsx b/app/assets/javascripts/components/components/column_back_button_slim.jsx
index cdbe13505..780e3b182 100644
--- a/app/assets/javascripts/components/components/column_back_button_slim.jsx
+++ b/app/assets/javascripts/components/components/column_back_button_slim.jsx
@@ -7,10 +7,8 @@ const outerStyle = {
   top: '-48px',
   padding: '15px',
   fontSize: '16px',
-  background: '#2f3441',
   flex: '0 0 auto',
-  cursor: 'pointer',
-  color: '#2b90d9'
+  cursor: 'pointer'
 };
 
 const iconStyle = {