mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
The spinner component in the GitHub issue validation button was blended into the button's primary background color, making it invisible. This was caused by the spinner using the default 'primary' variant which applies text-primary color, matching the button's background. Changed the spinner to use the 'foreground' variant which applies text-primary-foreground for proper contrast against the primary background. This follows the existing pattern already implemented in the worktree panel components. Fixes #697