fix(msgbox): use LV_OPA_50 for the backdrop in the default theme

This commit is contained in:
Gabor Kiss-Vamosi
2023-12-13 07:38:36 +01:00
parent 09e1966eb3
commit 779d2025b8
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -587,7 +587,7 @@ static void style_init(struct _my_theme_t * theme)
#if LV_USE_MSGBOX
style_init_reset(&theme->styles.msgbox_backdrop_bg);
lv_style_set_bg_color(&theme->styles.msgbox_backdrop_bg, lv_palette_main(LV_PALETTE_GREY));
lv_style_set_bg_opa(&theme->styles.msgbox_backdrop_bg, LV_OPA_100);
lv_style_set_bg_opa(&theme->styles.msgbox_backdrop_bg, LV_OPA_50);
#endif
#if LV_USE_KEYBOARD
style_init_reset(&theme->styles.keyboard_button_bg);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB