From fef4dc40ac2639344da151ed32a6553e9a7f58e6 Mon Sep 17 00:00:00 2001 From: Yauheni Pasiukevich Date: Tue, 12 Dec 2023 17:43:49 +0100 Subject: [PATCH] update dark supporting text color --- src/styles/themes/default.ts | 2 +- src/styles/themes/light.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/themes/default.ts b/src/styles/themes/default.ts index 7759ee2db4c7..db4463889e29 100644 --- a/src/styles/themes/default.ts +++ b/src/styles/themes/default.ts @@ -34,7 +34,7 @@ const darkTheme = { successPressed: colors.greenPressed, transparent: colors.transparent, signInPage: colors.green800, - darkSupportingText: colors.darkSupportingText, + darkSupportingText: colors.productDark800, // Additional keys overlay: colors.productDark400, diff --git a/src/styles/themes/light.ts b/src/styles/themes/light.ts index 732662122e4d..f81253370ff9 100644 --- a/src/styles/themes/light.ts +++ b/src/styles/themes/light.ts @@ -34,7 +34,7 @@ const lightTheme = { successPressed: colors.greenPressed, transparent: colors.transparent, signInPage: colors.green800, - darkSupportingText: colors.darkSupportingText, + darkSupportingText: colors.productDark800, // Additional keys overlay: colors.productLight400,