Browse Source

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

ayn2op 2 tháng trước cách đây
mục cha
commit
df7bfcbc6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"`
 	}