diff --git a/pkg/ui/status.go b/pkg/ui/status.go index 8741443..37b37b1 100644 --- a/pkg/ui/status.go +++ b/pkg/ui/status.go @@ -154,13 +154,13 @@ func updatePlayButtonState() { if playButton != nil && playButtonText != nil { if launchEnabled { playButton.Enable() - // Update text to show enabled state with bright color + // Update text to show enabled state with white color playButtonText.Segments = []widget.RichTextSegment{ &widget.TextSegment{ Text: "PLAY", Style: widget.RichTextStyle{ SizeName: theme.SizeNameHeadingText, - ColorName: theme.ColorNameForeground, + ColorName: theme.ColorNameForegroundOnPrimary, }, }, }