Skip to content

Commit

Permalink
Use GhostButtonStyle for secondary onboarding button
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Apr 10, 2024
1 parent 1c88105 commit e5e4427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/OnboardingButtonsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct OnboardingActions: View {
}, label: {
Text(viewModel.secondaryButtonTitle)
})
.buttonStyle(SecondaryButtonStyle())
.buttonStyle(GhostButtonStyle())
}
}
}
Expand Down

0 comments on commit e5e4427

Please sign in to comment.