-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update tokens and remove colors.textPlaceholder #103
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #103 +/- ##
==========================================
- Coverage 84.99% 84.59% -0.40%
==========================================
Files 23 23
Lines 2752 2779 +27
Branches 232 242 +10
==========================================
+ Hits 2339 2351 +12
- Misses 198 211 +13
- Partials 215 217 +2 ☔ View full report in Codecov by Sentry. |
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.
LGTM, thanks!
val colorAlphaPink1100 = Color(0xfffe86a4) | ||
val colorAlphaPink1200 = Color(0xffffadc0) | ||
val colorAlphaPink1300 = Color(0xffffd1db) | ||
val colorAlphaPink1400 = Color(0xffffebef) |
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.
A shame that this cannot be diff easily. We should probably sort the val
alphabetically.
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.
Maybe there's something we can add in https://github.com/element-hq/compound-design-tokens for that, but I somehow doubt it'll be that easy.
Actually, it wasn't that hard to sort the tokens alphabetically: element-hq/compound-design-tokens#125 |
What the title says.