From 7b26589485f6649d154185895b81a59e1e255839 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 21 Aug 2024 10:17:42 +0800 Subject: [PATCH] fix: button tooltip foreground (#381) * TextBlock may not be the direct child of Button, for example, it may wrapped by a StackPanel with icons. * Introduce another way to solve this problem --- src/Resources/Styles.axaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Resources/Styles.axaml b/src/Resources/Styles.axaml index 8cbe4388..535d1c44 100644 --- a/src/Resources/Styles.axaml +++ b/src/Resources/Styles.axaml @@ -514,9 +514,12 @@ - +