diff options
Diffstat (limited to 'lua/main.lua')
| -rw-r--r-- | lua/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/main.lua b/lua/main.lua index f79b0e87..9be94e83 100644 --- a/lua/main.lua +++ b/lua/main.lua @@ -43,7 +43,7 @@ local function init_ui() radius = 8, pad_all = 2, }) - theme.set_style(container, "pop_up") + theme.set_subject(container, "pop_up") container:Label { text = string.format("Volume %i%%", pct), text_font = font.fusion_10 |
