diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-03-18 13:11:13 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-03-18 13:11:13 +1100 |
| commit | f1599c237c36f08e96dd5d1ab98bc04e35e1ade1 (patch) | |
| tree | c8cac285c5fad79db656cb98fa0a1787fa03dd29 /lua/styles.lua | |
| parent | 1133d4621508b7ec6bac4ab8731f3493066ceeee (diff) | |
| download | tangara-fw-f1599c237c36f08e96dd5d1ab98bc04e35e1ade1.tar.gz | |
Better styling for settings pages + dropdown menus
Diffstat (limited to 'lua/styles.lua')
| -rw-r--r-- | lua/styles.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/styles.lua b/lua/styles.lua index 76ecad2a..fd45263e 100644 --- a/lua/styles.lua +++ b/lua/styles.lua @@ -13,11 +13,6 @@ local styles = { text_font = font.fusion_10, text_align = lvgl.ALIGN.CENTER, }, - settings_title = lvgl.Style { - pad_top = 2, - pad_bottom = 4, - text_font = font.fusion_10, - } } return styles |
