summaryrefslogtreecommitdiff
path: root/src/ui/modal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/modal.cpp')
-rw-r--r--src/ui/modal.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/modal.cpp b/src/ui/modal.cpp
index c0f9b3f5..36376093 100644
--- a/src/ui/modal.cpp
+++ b/src/ui/modal.cpp
@@ -33,7 +33,6 @@ Modal::Modal(Screen* host)
group_(lv_group_create()),
host_(host) {
lv_obj_set_style_bg_opa(host->modal_content(), LV_OPA_40, 0);
- lv_obj_set_style_bg_color(host->modal_content(), lv_color_black(), 0);
lv_obj_set_size(root_, 120, LV_SIZE_CONTENT);
lv_obj_center(root_);