From 43e3a9c290e9e4742a0e0779c7cc03c0676c1200 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:50:25 +0530 Subject: [PATCH] add bluish tone to text color --- src/colors.css.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/colors.css.ts b/src/colors.css.ts index 53405d163..27f341255 100644 --- a/src/colors.css.ts +++ b/src/colors.css.ts @@ -354,7 +354,7 @@ export const moonlightTheme = createTheme(ThemeContract, { ContainerHover: '#01032B', ContainerActive: '#020546', ContainerLine: '#030977', - OnContainer: '#FFFFFF', + OnContainer: '#EAEBFF', }, Surface: { @@ -362,7 +362,7 @@ export const moonlightTheme = createTheme(ThemeContract, { ContainerHover: '#020546', ContainerActive: '#03075E', ContainerLine: '#030977', - OnContainer: '#FFFFFF', + OnContainer: '#EAEBFF', }, SurfaceVariant: { @@ -370,7 +370,7 @@ export const moonlightTheme = createTheme(ThemeContract, { ContainerHover: '#03075E', ContainerActive: '#030977', ContainerLine: '#030977', - OnContainer: '#F2F2F2', + OnContainer: '#EAEBFF', }, Primary: {