Macro-Deck-App/Macro-Deck

Button Background Color fills entire Button ony with color

manuelkamp opened this issue · 1 comments

Describe the bug
I set up a if/then condition, where I set the background to red or nothing (=default bgcolor = green). If I now click the button on my android phone, the entire button fills with red (no icon anymore visible, no Colour gradient as it is shown in the windows app).

To Reproduce
klick the button on android.
see it filled completely with red and missing the icon.

Expected behavior
see the icon on the button with the red gradient like it is shown in the windows app.

Screenshots
Screenshot_2023-11-25-13-53-54-93_2247855864d8390155bc19abbd60281e
Screenshot_2023-11-25-13-53-58-08_2247855864d8390155bc19abbd60281e

This is expected behaviour. You have a separate icon for button state on/off. The gradient comes from the selected icon which is in the foreground. The color is in the background.