From 3e248c069ef1b3c08c7146d8e7ab747aff87c39e Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Sun, 26 Oct 2025 16:46:14 -0400 Subject: [PATCH] Change button color. --- scripts/tkremind.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tkremind.in b/scripts/tkremind.in index 8acb5a0b..8cbb079d 100644 --- a/scripts/tkremind.in +++ b/scripts/tkremind.in @@ -5002,7 +5002,7 @@ proc ShowManPage { cmd jump destroy } { $w.t tag configure underline -underlinefg $link_color } scrollbar $w.sb -orient vertical -command "$w.t yview" - button $w.ok -text OK -command [list destroy $w] -foreground $Option(TextColor) -background $Option(BackgroundColor) -highlightthickness 1 -highlightcolor $Option(LineColor) -highlightbackground $Option(WinBackground) + button $w.ok -text OK -command [list destroy $w] -foreground $Option(LabelColor) -background $Option(BackgroundColor) -highlightthickness 1 -highlightcolor $Option(LineColor) -highlightbackground $Option(WinBackground) grid $w.t -row 0 -column 0 -sticky nsew grid $w.sb -row 0 -column 1 -sticky ns grid $w.ok -row 1 -column 0 -stick w