fix: make temp_view/status_view backgrounds transparent to unblock mode toggle

This commit is contained in:
pyr0ball 2026-07-12 13:12:34 -07:00
parent 245bb79203
commit 4111f11b04

View file

@ -102,6 +102,7 @@ lvgl:
border_width: 0 border_width: 0
outline_width: 0 outline_width: 0
scrollable: false scrollable: false
bg_opa: transp
widgets: widgets:
- arc: - arc:
id: dial_bg_arc id: dial_bg_arc
@ -275,6 +276,7 @@ lvgl:
border_width: 0 border_width: 0
outline_width: 0 outline_width: 0
scrollable: false scrollable: false
bg_opa: transp
layout: layout:
type: flex type: flex
flex_flow: column flex_flow: column