Skip to content

Commit

Permalink
Merge pull request #85 from GSM-MSG/84-extension-buttonwrapper-corner…
Browse files Browse the repository at this point in the history
…radius

🔀 :: [#84] Extension의 ButtonWrapper에 cornerRadius추가
  • Loading branch information
kimkyumbi authored Nov 20, 2023
2 parents 5e2284f + 3df026a commit d14b07e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 79 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ public extension View {
Button(action: action) {
self
}
.cornerRadius(8)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public struct CommonSignUpView: View {

if !viewModel.association.isEmpty {
VStack {
AssociationsSelectButton(
AssociationSelectButton(
text: viewModel.jobType
) {
if viewModel.association == "학교" {
Expand All @@ -45,7 +45,7 @@ public struct CommonSignUpView: View {
}

VStack {
AssociationsSelectButton(
AssociationSelectButton(
text: viewModel.associationType
) {
isAssociation.toggle()
Expand Down

0 comments on commit d14b07e

Please sign in to comment.