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

merge :: dmsBackground Modifier #52

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

baekteun
Copy link
Member

개요

global하게 쓰일.. background를 구성하는 modifier

작업사항

  • dmsBackground

사용방법

VStack{

}
.dmsBackground()

@baekteun baekteun added the ✨feat 새로운 기능을 추가 할 경우 label Oct 16, 2022
@baekteun baekteun self-assigned this Oct 16, 2022
@baekteun baekteun requested a review from sian7563 as a code owner October 16, 2022 04:56
Copy link
Member

@kimdaehee0824 kimdaehee0824 left a comment

Choose a reason for hiding this comment

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

🤩

@baekteun baekteun merged commit 38e1065 into develop Oct 17, 2022
@baekteun baekteun deleted the 51-global-backgroundcolor-config-extension branch October 17, 2022 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feat 새로운 기능을 추가 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

공통적으로 쓰이는 backgroundColor를 구성하는 view extension 추가
3 participants