Skip to content

Filled 형태의 Text 버튼 추가#83

Open
csi111 wants to merge 3 commits intodevelopfrom
feature/79_add_filled_button
Open

Filled 형태의 Text 버튼 추가#83
csi111 wants to merge 3 commits intodevelopfrom
feature/79_add_filled_button

Conversation

@csi111
Copy link
Copy Markdown
Member

@csi111 csi111 commented Jul 19, 2023

CLOSED #79

@csi111 csi111 added the enhancement New feature or request label Jul 19, 2023
@csi111 csi111 self-assigned this Jul 19, 2023
Base automatically changed from feature/78_add_button_component to develop July 19, 2023 14:32
@babosamo
Copy link
Copy Markdown
Member

@csi111 conflict

# Conflicts:
#	robin/app/src/main/java/dev/tuna/leechunbok/robin/ButtonComponentScreen.kt
Copy link
Copy Markdown
Member

@pennya pennya left a comment

Choose a reason for hiding this comment

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

간단한 버튼 추가라 GOOD~ 👍

Comment on lines +31 to +33
Text(text = buildString {
append(content)
})
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

이 영역을 외부에서 처리할 수 있도록 설계하면 더 좋을것 같아요.
변화를 밖에서 관리 > 변화를 안에서 관리

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Robin] Filled Button Component 추가

3 participants