summaryrefslogtreecommitdiff
path: root/src/ui/screen.cpp
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-03-07 17:52:39 +1100
committerailurux <ailuruxx@gmail.com>2024-03-07 17:52:39 +1100
commit20c2816a7b2497c2ab0d07a65fb640050a929371 (patch)
tree29a3bd157ce1596a498fbffb4e46e60a335a9716 /src/ui/screen.cpp
parentdc74bc1de9dd56c4146232622140b56e90dcc43d (diff)
downloadtangara-fw-20c2816a7b2497c2ab0d07a65fb640050a929371.tar.gz
Remove the White Square
Diffstat (limited to 'src/ui/screen.cpp')
-rw-r--r--src/ui/screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/screen.cpp b/src/ui/screen.cpp
index 3e4f8e42..bacce3f9 100644
--- a/src/ui/screen.cpp
+++ b/src/ui/screen.cpp
@@ -33,7 +33,7 @@ Screen::Screen()
lv_obj_center(alert_);
lv_obj_set_style_bg_opa(modal_content_, LV_OPA_TRANSP, 0);
- lv_obj_set_style_bg_color(modal_content_, lv_color_black(), 0);
+ lv_obj_set_style_bg_opa(alert_, LV_OPA_TRANSP, 0);
// Disable wrapping by default, since it's confusing and generally makes it
// harder to navigate quickly.