summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorRyan Waskiewicz <ryanwaskiewicz@gmail.com>2025-04-27 08:49:26 -0400
committerRyan Waskiewicz <ryanwaskiewicz@gmail.com>2025-04-27 08:49:26 -0400
commit1fc4d8d3caf380c0f2f96b97370fb77f50050879 (patch)
treed7e98c7704d088342ab052266893d5dc204e8bcb /lua
parent91072676de28ff2d9d1ec6dec658e4ca4a46d1ff (diff)
downloadtangara-fw-1fc4d8d3caf380c0f2f96b97370fb77f50050879.tar.gz
add top padding to theme container
prior to this commit, the theme picker dropdown would have the top row of pixel cut off in light mode, creating a 'U' shape outline on the dropdown. adding a line of padding gives the dropdown room to render its button-like outline in light (and dark) modes.
Diffstat (limited to 'lua')
-rw-r--r--lua/settings.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/settings.lua b/lua/settings.lua
index bd5be2ee..0c99953f 100644
--- a/lua/settings.lua
+++ b/lua/settings.lua
@@ -416,6 +416,7 @@ settings.ThemeSettings = SettingsScreen:new {
align_content = "flex-start",
},
pad_row = 4,
+ pad_top = 1,
}
theme_container:add_style(styles.list_item)
local theme_chooser = theme_container:Dropdown {