diff --git a/packages/theme/src/themes.ts b/packages/theme/src/themes.ts index b6810d9a84..94cf38656e 100644 --- a/packages/theme/src/themes.ts +++ b/packages/theme/src/themes.ts @@ -102,7 +102,8 @@ export const darkTheme = createTheme({ }, }, primary: { - main: '#8CB4E5', + main: '#9CC9FF', + dark: '#82BAFD', }, secondary: { main: '#FF88B2', @@ -111,7 +112,7 @@ export const darkTheme = createTheme({ info: '#2E77D0', error: '#E22134', text: '#FFFFFF', - link: '#FDFB9F', + link: '#000000', }, border: '#E6E6E6', textContrast: '#FFFFFF', @@ -124,8 +125,8 @@ export const darkTheme = createTheme({ errorText: '#CA001B', infoText: '#004e8a', warningText: '#000000', - linkHover: '#FFED51', - link: '#FDFB9F', + linkHover: '#82BAFD', + link: '#9CC9FF', gold: yellow.A700, navigation: { background: '#424242',