sourcegit
sourcegit copied to clipboard
Fix foreground color in tooltip on primary button
This pull request fixes the issue with the foreground color in the tooltip for the primary button. The problem was caused by an incorrect selector, which resulted in the tooltip text being displayed in the wrong color.
- ux: foreground for primary button https://github.com/sourcegit-scm/sourcegit/commit/45b93a117e0add3131d5aadd986d434b06275156)
Before:
After:
I think this issue can be resolved simply by using the child combinator >. However, because I'm not familiar with Avalonia UI, I hope this solution does not introduce any unintended side effects.