diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-08-29 16:08:11 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-08-29 16:08:11 +1000 |
| commit | 20d5de38cc3b0c236e68b409ab1870dbb3812174 (patch) | |
| tree | ff4ad4611d807ac6c98fe971d80793ebc3f14acb /lua/settings.lua | |
| parent | 91eaed4b37c7cda29103d3478df3e2c6356f8396 (diff) | |
| download | tangara-fw-20d5de38cc3b0c236e68b409ab1870dbb3812174.tar.gz | |
Style regulatory icons so they are visible with the light theme
Diffstat (limited to 'lua/settings.lua')
| -rw-r--r-- | lua/settings.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/settings.lua b/lua/settings.lua index 31fb5945..934d32a2 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -760,6 +760,7 @@ local RegulatoryScreen = SettingsScreen:new { pad_top = 4, pad_column = 4, } + theme.set_style(logo_container, "regulatory_icons") button_container:add_style(styles.list_item) logo_container:Image { src = "//lua/img/ce.png" } |
