From 08b25805d1501ec4e555e9689efe1ffb72d13026 Mon Sep 17 00:00:00 2001 From: Victor Perera Date: Wed, 24 Mar 2021 08:38:12 -0600 Subject: [PATCH] Fixing typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Victor Perera Signed-off-by: Fredrik Adelöw --- packages/theme/src/themes.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/theme/src/themes.ts b/packages/theme/src/themes.ts index 26b58389b9..f67360f176 100644 --- a/packages/theme/src/themes.ts +++ b/packages/theme/src/themes.ts @@ -46,7 +46,7 @@ export const lightTheme = createTheme({ info: '#2E77D0', error: '#E22134', text: '#FFFFFF', - link: '#0A6EBE', + link: '#000000', }, border: '#E6E6E6', textContrast: '#000000', @@ -111,7 +111,7 @@ export const darkTheme = createTheme({ info: '#2E77D0', error: '#E22134', text: '#FFFFFF', - link: '#000000', + link: '#0A6EBE', }, border: '#E6E6E6', textContrast: '#FFFFFF', @@ -124,8 +124,8 @@ export const darkTheme = createTheme({ errorText: '#CA001B', infoText: '#004e8a', warningText: '#000000', - linkHover: '#2196F3', - link: '#0A6EBE', + linkHover: '#EFE5A1', + link: '#EFE5B1', gold: yellow.A700, navigation: { background: '#424242',