Skip to content

Commit

Permalink
chore(tauri/ui): grid line colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Feb 11, 2024
1 parent 48d92bc commit 829cb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tauri-app/src/lib/utils/lightweightChartsThemes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
},
}
}

0 comments on commit 829cb76

Please sign in to comment.