From 8c7f5c1075e955bae6fdcd0ccd900ae67726c219 Mon Sep 17 00:00:00 2001 From: halanosiblee Date: Thu, 5 Jun 2025 19:57:49 +0000 Subject: [PATCH] black-adjust --- src/colors.css.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/colors.css.ts b/src/colors.css.ts index 983d17e8..75317941 100644 --- a/src/colors.css.ts +++ b/src/colors.css.ts @@ -250,7 +250,7 @@ export const blackTheme = createTheme(color, { ContainerHover: 'none', ContainerActive: 'none', ContainerLine: 'none', - OnContainer: 'none', + OnContainer: 'white', }, SurfaceVariant: { @@ -258,7 +258,7 @@ export const blackTheme = createTheme(color, { ContainerHover: 'none', ContainerActive: 'none', ContainerLine: 'none', - OnContainer: 'none', + OnContainer: 'white', }, Primary: { @@ -266,8 +266,8 @@ export const blackTheme = createTheme(color, { MainHover: 'gray', MainActive: 'white', MainLine: 'white', - OnMain: 'black', - Container: 'black', + OnMain: 'gray', + Container: 'none', ContainerHover: 'gray', ContainerActive: 'white', ContainerLine: 'white', @@ -284,7 +284,7 @@ export const blackTheme = createTheme(color, { ContainerHover: 'none', ContainerActive: 'none', ContainerLine: 'none', - OnContainer: 'none', + OnContainer: 'white', }, });