From 1fc4d8d3caf380c0f2f96b97370fb77f50050879 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Sun, 27 Apr 2025 08:49:26 -0400 Subject: 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. --- lua/settings.lua | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3