Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Mar 25, 2024
1 parent f7b5f22 commit 5fd7e03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/cryptomaterial/editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func (t *Theme) Editor(editor *widget.Editor, hint string) Editor {
m := material.Editor(t.Base, editor, hint)
m.TextSize = t.TextSize
m.Color = t.Color.Text
// m.Hint = hint
m.HintColor = t.Color.GrayText3

m0 := unit.Dp(0)
Expand Down

0 comments on commit 5fd7e03

Please sign in to comment.