Skip to content

Commit

Permalink
chore: update grid color
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Apr 1, 2024
1 parent 925c650 commit f61deff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion packages/oraidex-common-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-common-ui",
"version": "1.0.12",
"version": "1.0.13",
"files": [
"dist/"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ const chartOverrides = {
"paneProperties.backgroundGradientStartColor": "#16182e",
"paneProperties.backgroundGradientEndColor": "#16182e",
"paneProperties.backgroundType": "solid",
"paneProperties.vertGridProperties.color": "rgba(35, 38, 59, 1)",
"paneProperties.vertGridProperties.style": 2,
"paneProperties.horzGridProperties.color": "rgba(35, 38, 59, 1)",
"paneProperties.horzGridProperties.style": 2,
"mainSeriesProperties.priceLineColor": "#3a3e5e",
"scalesProperties.textColor": "#fff",
"scalesProperties.lineColor": "#16182e",
...chartStyleOverrides
};

Expand Down

0 comments on commit f61deff

Please sign in to comment.