Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOB-1868] Emoji 추가 #65

Merged
merged 3 commits into from
Sep 3, 2024
Merged

[MOB-1868] Emoji 추가 #65

merged 3 commits into from
Sep 3, 2024

Conversation

vvvvvoin
Copy link
Contributor

BezierEmoji를 추가합니다.
image

@vvvvvoin vvvvvoin self-assigned this Aug 20, 2024
Comment on lines 29 to 36
Box(
modifier = modifier,
) {
Image(
modifier = Modifier.size(size.size),
painter = name.toEmojiPainter,
contentDescription = null,
)
Copy link
Contributor

Choose a reason for hiding this comment

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

Box의 Modifier에 requiredSize를 넣고 Image의 Modifier의 사이즈를 fillMaxSize로 두면 좋을것 같아요

현재 상태에서는 디자인을 깨뜨릴 수 있어보여서요!

@sodp5 sodp5 merged commit 8852119 into channel-io:v2 Sep 3, 2024
1 check passed
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.

2 participants