Skip to content

Commit

Permalink
feat: ios: align button style to other screens
Browse files Browse the repository at this point in the history
  • Loading branch information
krodak committed Feb 2, 2024
1 parent f619ba2 commit 014a2e5
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ struct AddDerivedKeysView: View {
ActionButton(
action: viewModel.onMainActionTap,
text: Localizable.AddDerivedKeys.Action.main.key,
style: .primary(isDisabled: .constant(
viewModel.dynamicDerivationsPreview.keySet.derivations
.isEmpty
))
style: .secondary()
)
.padding(Spacing.large)
}
Expand Down

0 comments on commit 014a2e5

Please sign in to comment.