Remove TODO input value in swatch.go

This commit is contained in:
Sasha Koshka 2024-08-16 16:28:47 -04:00
parent 7d14a25482
commit 3219cb712c

View File

@ -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)