Kinnara / ModernWpf

Modern styles and controls for your WPF applications
MIT License
4.45k stars 446 forks source link

TextBox border color accent color. #491

Open viniciusjarina opened 2 years ago

viniciusjarina commented 2 years ago

TextBox border color seems to not being updated properly.

This seem related to LinearGradientBrushes.

It seems when UpdateBrush only update SolidColorBrushes.

Maybe we can change the logic to check for LinearGradientBrush and change the stops colors.

Btw: Congratulations this project is really good. I love it.