Skip to content

Commit

Permalink
feat(polls): Use tertiary style for 'Save as draft' button
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sein <[email protected]>
  • Loading branch information
Ivansss committed Jan 15, 2025
1 parent 57a7222 commit c609a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NextcloudTalk/PollCreationViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ import UIKit

if draftsAvailable {
footerView.secondaryButton.setTitle(NSLocalizedString("Save as draft", comment: ""), for: .normal)
footerView.secondaryButton.setButtonStyle(style: .secondary)
footerView.secondaryButton.setButtonStyle(style: .tertiary)
footerView.secondaryButton.setButtonAction(target: self, selector: #selector(createPollDraftButtonPressed))

footerView.frame.size.height += PollFooterView.heightForOption
Expand Down

0 comments on commit c609a3f

Please sign in to comment.