This commit is contained in:
David Brazda
2024-11-15 09:01:02 +01:00
parent 81996a1891
commit 2b607f96be
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='lightweight_charts',
version='2.2.19',
version='2.2.20',
packages=find_packages(),
python_requires='>=3.8',
install_requires=[

View File

@ -44,7 +44,7 @@ export class Legend {
this.div.style.overflowY = 'auto';
this.div.style.overflowX = 'hidden';
this.div.style.position = 'absolute';
this.div.style.backgroundColor = 'rgba(19, 23, 34, 0.85)';
this.div.style.backgroundColor = 'rgba(19, 23, 34, 0.1)';
this.div.style.color = '#D1D4DC';
this.div.style.padding = '12px';
this.div.style.borderRadius = '4px';