aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/dark/index.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 20:48:25 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 20:48:25 +0100
commit5d6164973e92fa8a3e3c18a0eb2e29494aea4f48 (patch)
tree382e6c672bbc0f7582b3b627b02111dcce902894 /src/theme/dark/index.js
parentAdd React 16 didCatch/ErrorBoundary component (diff)
downloadferdium-app-5d6164973e92fa8a3e3c18a0eb2e29494aea4f48.tar.gz
ferdium-app-5d6164973e92fa8a3e3c18a0eb2e29494aea4f48.tar.zst
ferdium-app-5d6164973e92fa8a3e3c18a0eb2e29494aea4f48.zip
Fix linting issues
Diffstat (limited to 'src/theme/dark/index.js')
-rw-r--r--src/theme/dark/index.js1
1 files changed, 0 insertions, 1 deletions
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;
5 5
6export const colorHeadline = legacyStyles.darkThemeTextColor; 6export const colorHeadline = legacyStyles.darkThemeTextColor;
7export const colorText = legacyStyles.darkThemeTextColor; 7export const colorText = legacyStyles.darkThemeTextColor;
8