Skip to content

Conversation

@jam0128
Copy link
Contributor

@jam0128 jam0128 commented Feb 22, 2023

버튼 사용스펙을 변경합니다.

  • init 옵션 정리
  • public 필요한데 빠진부분 추가

@jam0128 jam0128 self-assigned this Feb 22, 2023
Copy link
Contributor

@heoblitz heoblitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

작업 감사합니다!


BezierButton(size: .large, type: .primary(.blue), resizing: .hug) {

BezierButton(size: .large, type: .primary(.blue), resizing: .hug, title: "Get started", leftImage: Image(systemName: "trash"), rightImage: Image(systemName: "trash")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
BezierButton(size: .large, type: .primary(.blue), resizing: .hug, title: "Get started", leftImage: Image(systemName: "trash"), rightImage: Image(systemName: "trash")) {
BezierButton(size: .large, type: .primary(.blue), resizing: .hug, title: "Get started", leftImage: Image(systemName: "trash"), rightImage: Image(systemName: "trash")) {

@jam0128 jam0128 force-pushed the feature/button_change branch from d3be382 to 52d26ec Compare February 22, 2023 02:11
@jam0128 jam0128 merged commit 1131cbb into master Feb 22, 2023
@jam0128 jam0128 deleted the feature/button_change branch February 22, 2023 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants