-
Notifications
You must be signed in to change notification settings - Fork 6
inverted_txt_black_darkest 컬러를 추가합니다 #94
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
inverted_txt_black_darkest 컬러를 추가합니다 #94
Conversation
컬러 더 추가했습니다.
|
bgGreyDimLightest = Grey50.copy(alpha = 0.80f), | ||
invertedBgGreyDimLightest = Grey850.copy(alpha = 0.80f), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
absolute로 되어 있는거 같은데 반대 아닌가요?
bgGreyDimLightest = Grey50.copy(alpha = 0.80f), | |
invertedBgGreyDimLightest = Grey850.copy(alpha = 0.80f), | |
bgGreyDimLightest = Grey850.copy(alpha = 0.80f), | |
invertedBgGreyDimLightest = Grey50.copy(alpha = 0.80f), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
흑흑 이것도 해주세요...ㅠ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
재송해요.. 마음이 너무 급해서 디테일하게 못챙겼네요 ㅠㅠ
<color name="bg_grey_dim_lightest">@color/grey50_80</color> | ||
<color name="inverted_bg_grey_dim_lightest">@color/grey850_80</color> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이것도?
<color name="bg_grey_dim_lightest">@color/grey50_80</color> | |
<color name="inverted_bg_grey_dim_lightest">@color/grey850_80</color> | |
<color name="bg_grey_dim_lightest">@color/grey850_80</color> | |
<color name="inverted_bg_grey_dim_lightest">@color/grey50_80</color> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
멍청 이슈였던걸로
bgGreyDimLightest = Grey50.copy(alpha = 0.80f), | ||
invertedBgGreyDimLightest = Grey850.copy(alpha = 0.80f), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
흑흑 이것도 해주세요...ㅠ
…kestColor" This reverts commit 4256838.
미트 인스턴트 챗 피처에 추가되는 컬러입니다.