From a54221011f8d5178c00a023a639a5b52aed15817 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Mon, 20 Feb 2017 14:18:19 +0000 Subject: [PATCH] removing trailing commars --- ui/src/shared/composers/typography.js | 2 +- ui/src/shared/constants/colors.js | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/src/shared/composers/typography.js b/ui/src/shared/composers/typography.js index aecba6cd..47f910ae 100644 --- a/ui/src/shared/composers/typography.js +++ b/ui/src/shared/composers/typography.js @@ -30,5 +30,5 @@ module.exports = { `, bodyColor: css` color: ${colors.base.text}; - `, + ` }; diff --git a/ui/src/shared/constants/colors.js b/ui/src/shared/constants/colors.js index 46af4bae..6d0a07f0 100644 --- a/ui/src/shared/constants/colors.js +++ b/ui/src/shared/constants/colors.js @@ -25,19 +25,19 @@ const primary = { primaryDesaturatedActive: '#2D3884', primaryDark: '#2D3884', primaryDarkHover: '#34429D', - primaryDarkActive: '#2D3884', + primaryDarkActive: '#2D3884' }; const secondary = { secondary: '#464646', secondaryHover: '#3F3F3F', - secondaryActive: '#343434', + secondaryActive: '#343434' }; const white = { white: '#FFFFFF', whiteHover: '#F8F8F8', - whiteActive: '#E9E9E9', + whiteActive: '#E9E9E9' }; const base = { @@ -53,24 +53,24 @@ const base = { orange: '#E38200', orangeDark: '#CB7400', red: '#DA4B42', - redDark: '#CD251B', + redDark: '#CD251B' }; const fonts = { semibold: base.secondary, - regular: base.text, + regular: base.text }; const inactive = { default: base.disabled, border: base.grey, - text: base.grey, + text: base.grey }; const notifications = { alert: base.red, confirmation: base.green, - warning: base.orange, + warning: base.orange }; const forms = { @@ -84,7 +84,7 @@ const metrics = { }; const topology = { - topologyBackground: base.secondaryActive, + topologyBackground: base.secondaryActive }; const colors = {