-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(tokens): DLT-2053 android tokens color value #504
Conversation
Please add either the |
✔️ Deploy previews ready! |
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.
Looks good functionally. Can probably simplify the code a little.
# [9.77.0-beta.1](dialtone/v9.76.0...dialtone/v9.77.0-beta.1) (2024-09-23) ### Bug Fixes * NO-JIRA merge staging into beta ([#478](#478)) ([09f1165](09f1165)) * **Tokens:** DLT-2053 android tokens color value ([#504](#504)) ([368c9db](368c9db)) ### Code Refactoring * **Badge, Emoji Tabset, Empty State:** remove DtIcon ([#481](#481)) ([0fa1280](0fa1280)) ### Features * **Avatar:** DLT-1916 remove dt-icon ([#466](#466)) ([6ef90db](6ef90db)) * **Avatar:** DLT-1916 remove dt-icon from Avatar vue 2 ([#474](#474)) ([e8600c3](e8600c3)) * **Feed Item Pill:** DLT-1916 remove dt-icon from Feed Item Pill ([#489](#489)) ([bde73c8](bde73c8)) * **Keyboard Shortcut To Unread Pill:** DLT-1916 remove dt-icon ([#482](#482)) ([277ae13](277ae13)) * **Message Input:** DLT-1916 remove dt-icon from message input ([#490](#490)) ([3215116](3215116))
## [9.76.1](dialtone/v9.76.0...dialtone/v9.76.1) (2024-09-24) ### Bug Fixes * **Tokens:** DLT-2053 android tokens color value ([#504](#504)) ([368c9db](368c9db))
## [1.36.3](dialtone-tokens/v1.36.2...dialtone-tokens/v1.36.3) (2024-09-24) ### Bug Fixes * **Tokens:** DLT-2053 android tokens color value ([#504](#504)) ([368c9db](368c9db))
Fix Android color tokens
Obligatory GIF (super important!)
🛠️ Type Of Change
These types will increment the version number on release:
📖 Jira Ticket
DLT-2053
📖 Description
Fixes the color tokens output for Android. As an example you can check out
dtColorForegroundMuted
, that before had the valueColor(0xff000000)
and now has the correctColor(0x80222222)
.💡 Context
It started working wrong when removing token-transformer.
📷 Screenshots / GIFs
Before
Now