From 3219cb712ce34b6d63a54ecd58c0a90314abf3f0 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 16 Aug 2024 16:28:47 -0400 Subject: [PATCH] Remove TODO input value in swatch.go --- swatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)