diff --git a/swatch.go b/swatch.go index 2a4c7da..979d390 100644 --- a/swatch.go +++ b/swatch.go @@ -94,7 +94,7 @@ func (this *Swatch) Choose () { colorPicker := NewHSVAColorPicker(this.Value()) colorMemory := this.value - hexInput := NewTextInput("TODO") + hexInput := NewTextInput("") hexInput.SetFocused(true) cancelButton := NewButton("Cancel") cancelButton.SetIcon(tomo.IconDialogCancel)