fix(gantt-chart): fix Y-axis label visibility in dark theme (#35189)

This commit is contained in:
Levis Mbote
2025-09-19 12:33:53 +03:00
committed by GitHub
parent 38297edc6b
commit 4130b92966
2 changed files with 2 additions and 0 deletions

View File

@@ -257,6 +257,7 @@ describe('Gantt transformProps', () => {
show: true,
position: 'start',
formatter: '{b}',
color: 'rgba(0,0,0,0.88)',
},
lineStyle: expect.objectContaining({
color: '#00000000',