benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.69k stars 143 forks source link

Remove red border around button content when using data validation #190

Closed CLJunge closed 8 months ago

CLJunge commented 2 years ago

Issue

How do I get rid of this border around the button content? It's even showing up when using an image as content. Checked the source but I couldn't find anything related to this. It's definitely not related to the error color/brush since I changed that to green for testing purposes.

FlipFlop17 commented 1 year ago

Came looking for an answer to the same question.

braydonw commented 8 months ago

@CLJunge @FlipFlop17

Came looking for the same thing... did either of you ever figure it out?

FlipFlop17 commented 8 months ago

@CLJunge @FlipFlop17

Came looking for the same thing... did either of you ever figure it out?

No, gave up. Using material design instead

CLJunge commented 8 months ago

It's the default error template, you can probably remove the border by overriding it. But I haven't tried that since I also switched to Material Design.