kestra-io/kestra
View on GitHubBlueprints: Trigger text could be white in topo light mode
Open
#15834 opened on Mar 17, 2026
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
Description
Describe the issue
Contributor guide
- Tech stack
- cssvue
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 1
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic CSS knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 90
- Research direction
- 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.