Better styling for settings pages + dropdown menus

This commit is contained in:
ailurux
2024-03-18 13:11:13 +11:00
parent 1133d46215
commit f1599c237c
5 changed files with 92 additions and 44 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ GLOBAL_BINDINGS = {
end),
}
local theme_light = require("theme_dark")
local theme_light = require("theme_light")
theme.set(theme_light)
local backstack = require("backstack")