-
Hello, I´ve previously made it to change the background color of a button By running this code, I´m getting just white Buttons displayed. Hope that somebody can help me out. Thx. a lot! `package main import (
) func main() { // first colored button // Blue button // Green button |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is to be expected as we changed the theme for buttons. We introduced more importance levels for the buttons to reduce the impact of this. See the upgrade documentation: https://developer.fyne.io/api/v2.3/upgrading.html#changes |
Beta Was this translation helpful? Give feedback.
-
After setting the importance of the button color is being displayed again.
Apparently the used |
Beta Was this translation helpful? Give feedback.
This is to be expected as we changed the theme for buttons. We introduced more importance levels for the buttons to reduce the impact of this. See the upgrade documentation: https://developer.fyne.io/api/v2.3/upgrading.html#changes