krishKM / Modern-UI-Components-for-VBA

A helper dll for VBA users to design modern UI components. No install required!
MIT License
205 stars 41 forks source link

Color Button of Dialog Box is not changing #43

Closed lajjutz closed 3 years ago

lajjutz commented 4 years ago

Hello Krish

I was working with another database using your last update of the dlls files, and I realize that the color of the button of the dialog box are not changing despite changing the colors:

gDll.ShowDialog(Me.Text2.value, vbInformation, "Title", "OK", "", "#A25151", "#FFFFFF") gDll.ShowDialog(Me.Text2.value, vbInformation, "Title", "OK", "", "#00C851", "#FFFFFF")

image

Previous version, when changing the "ThemeBg" color, changed also the button color using the same color.

Maybe you can check out what's going on with this..

Thanks in advance.

krishKM commented 3 years ago

Fixed. Update released