Fix overflowing green bg in setup titles

pull/24/head
Matt Baer 6 years ago
parent 8db0afabf6
commit 331d76f75e
  1. 2
      config/setup.go

@ -28,7 +28,7 @@ func Configure() (*SetupData, error) {
fmt.Println("Configuration loaded.")
action = "update"
}
title := color.New(color.Bold, color.BgGreen).PrintlnFunc()
title := color.New(color.Bold, color.BgGreen).PrintFunc()
intro := color.New(color.Bold, color.FgWhite).PrintlnFunc()
fmt.Println()

Loading…
Cancel
Save