tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.32k stars 744 forks source link

Title: Cannot override dark theme paneProperties.background #379

Open 15077693d opened 3 weeks ago

15077693d commented 3 weeks ago

Checklist Question: I can override light mode paneProperties.background in init Widget and after changeTheme from useTradingViewTheme. However, when I change to dark mode, the paneProperties.background didn't overrided by my custom value.(#DE0707) How to fix it?

https://github.com/tradingview/charting-library-examples/assets/51513183/97c7aac0-b59f-45b8-ab63-a858971b3f8e

Screenshot 2024-06-07 at 10 53 15 Screenshot 2024-06-07 at 11 08 33

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Clone the repo
  2. Go to '....' folder
  3. Run command
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.