Selaa lähdekoodia

fix(config): change toml name for DialogTheme.Style

ayn2op 2 kuukautta sitten
vanhempi
sitoutus
df7bfcbc6f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      internal/config/theme.go

+ 1 - 1
internal/config/theme.go

@@ -157,7 +157,7 @@ type (
 	}
 
 	DialogTheme struct {
-		Style           StyleWrapper `toml:"foreground_style"`
+		Style           StyleWrapper `toml:"style"`
 		BackgroundStyle StyleWrapper `toml:"background_style"`
 	}