From 02c62c7b7578ff47d690b3085baa105b47bfe026 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Tue, 3 Sep 2019 09:54:30 +0200 Subject: i18n custom Ferdi strings --- packages/theme/src/themes/legacy/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/theme') diff --git a/packages/theme/src/themes/legacy/index.ts b/packages/theme/src/themes/legacy/index.ts index 5a2d56a84..17dcf883e 100644 --- a/packages/theme/src/themes/legacy/index.ts +++ b/packages/theme/src/themes/legacy/index.ts @@ -5,9 +5,9 @@ export const themeBrandInfo = '#5bc0de'; export const themeBrandWarning = '#FF9F00'; export const themeBrandDanger = '#d9534f'; -export const themeGrayDark = '#7367F0'; -export const themeGray = '#7367F0'; -export const themeGrayLight = '#CE9FFC'; +export const themeGrayDark = '#373a3c'; +export const themeGray = '#55595c'; +export const themeGrayLight = '#818a91'; export const themeGrayLighter = '#eceeef'; export const themeGrayLightest = '#f7f7f9'; -- cgit v1.2.3-54-g00ecf