mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-27 04:36:37 +00:00
Fix button style
This commit is contained in:
@@ -617,8 +617,9 @@ func (s *serviceClient) getSettingsForm() fyne.CanvasObject {
|
||||
container.NewTabItem("Network", networkForm),
|
||||
container.NewTabItem("SSH", sshForm),
|
||||
)
|
||||
saveButton := widget.NewButton("Save", s.saveSettings)
|
||||
cancelButton := widget.NewButton("Cancel", func() {
|
||||
saveButton := widget.NewButtonWithIcon("Save", theme.ConfirmIcon(), s.saveSettings)
|
||||
saveButton.Importance = widget.HighImportance
|
||||
cancelButton := widget.NewButtonWithIcon("Cancel", theme.CancelIcon(), func() {
|
||||
s.wSettings.Close()
|
||||
})
|
||||
buttonContainer := container.NewHBox(
|
||||
|
||||
Reference in New Issue
Block a user