From 5d6164973e92fa8a3e3c18a0eb2e29494aea4f48 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 9 Dec 2018 20:48:25 +0100 Subject: Fix linting issues --- src/theme/dark/index.js | 1 - src/theme/default/index.js | 1 - 2 files changed, 2 deletions(-) (limited to 'src/theme') diff --git a/src/theme/dark/index.js b/src/theme/dark/index.js index 5aa64a902..76fece134 100644 --- a/src/theme/dark/index.js +++ b/src/theme/dark/index.js @@ -5,4 +5,3 @@ export const colorBackgroundSubscriptionContainer = legacyStyles.themeBrandInfo; export const colorHeadline = legacyStyles.darkThemeTextColor; export const colorText = legacyStyles.darkThemeTextColor; - diff --git a/src/theme/default/index.js b/src/theme/default/index.js index e67f2ba58..cdd9aa5e6 100644 --- a/src/theme/default/index.js +++ b/src/theme/default/index.js @@ -20,4 +20,3 @@ export const colorSubscriptionContainerBorder = [1, 'solid', brandPrimary]; export const colorSubscriptionContainerTitle = brandPrimary; export const colorSubscriptionContainerActionButtonBackground = brandPrimary; export const colorSubscriptionContainerActionButtonColor = '#FFF'; - -- cgit v1.2.3-70-g09d2