From 829cb766e5e38a24a5513a2ebaf57857aa506bbb Mon Sep 17 00:00:00 2001 From: Matt Gabrenya Date: Sun, 11 Feb 2024 16:52:53 -0700 Subject: [PATCH] chore(tauri/ui): grid line colors --- tauri-app/src/lib/utils/lightweightChartsThemes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tauri-app/src/lib/utils/lightweightChartsThemes.ts b/tauri-app/src/lib/utils/lightweightChartsThemes.ts index f68209964..102f0c45b 100644 --- a/tauri-app/src/lib/utils/lightweightChartsThemes.ts +++ b/tauri-app/src/lib/utils/lightweightChartsThemes.ts @@ -17,8 +17,8 @@ export const themes = { background: { type: ColorType.Solid, color: 'white' }, }, grid: { - vertLines: { color: '#444' }, - horzLines: { color: '#444' }, + vertLines: { color: '#9ca3af' }, + horzLines: { color: '#9ca3af' }, }, } } \ No newline at end of file