0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java26,854 stars (26,854 stars)2,579 forks (2,579 forks)batch import
area/frontendgood first issuekind/quick-win
- Issue 種別
- bug
- 調査方針
- The issue is about the trigger text color in topo light mode. Likely the CSS for the trigger text in the topology view is not applying the correct color in light mode. Search for CSS files related to topology or light mode in the repository. Look for selectors that set color on trigger elements and ensure they have a specific color for light mode (e.g., `color: #fff` or similar). Check if there is a CSS variable or theme definition for light mode that needs to be adjusted.