Style tweaks

This commit is contained in:
2024-07-27 21:36:00 -04:00
parent ac4ced365a
commit 4f96ca51c2
5 changed files with 533 additions and 500 deletions

View File

@@ -23,7 +23,7 @@ func SetTheme () error {
// if os.Getenv("TOMO_USE_ALUMINUM_STYLE") != "" {
// styl = aluminumStyle.New()
// } else {
styl = fallbackStyle.New()
styl, _ = fallbackStyle.New()
// }
icons := fallbackIcons.New()