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