sourcegit icon indicating copy to clipboard operation
sourcegit copied to clipboard

Fix foreground color in tooltip on primary button

Open ChiahongHong opened this issue 1 year ago • 0 comments

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:

bug

After:

fixed


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.

ChiahongHong avatar Aug 20 '24 17:08 ChiahongHong