Skip to content

Commit

Permalink
chore: fix function names
Browse files Browse the repository at this point in the history
Signed-off-by: kevincatty <zhanshanmao@outlook.com>
  • Loading branch information
kevincatty committed May 4, 2024
1 parent 9c6f1ba commit 210b030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rocketpool-cli/service/config/form.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ func (f *Form) SetButtonTextColor(color tcell.Color) *Form {
return f
}

// SetButtonBackgroundColor sets the background color of the buttons when activated.
// SetButtonBackgroundActivatedColor sets the background color of the buttons when activated.
func (f *Form) SetButtonBackgroundActivatedColor(color tcell.Color) *Form {
f.buttonBackgroundActivatedColor = color
return f
}

// SetButtonTextColor sets the color of the button texts when activated.
// SetButtonTextActivatedColor sets the color of the button texts when activated.
func (f *Form) SetButtonTextActivatedColor(color tcell.Color) *Form {
f.buttonTextActivatedColor = color
return f
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 210b030

Please sign in to comment.