-
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
LATCH-1002: update text and background colors for Tag #309
Conversation
@@ -104,7 +104,7 @@ public struct Tag: View { | |||
case .inactive: | |||
return .neutralMedium | |||
case .warning: | |||
return .warning | |||
return .warningHigh |
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 we should check all the styles and their corresponding token. In TagViewStyle(UIKit) we have different tokens for promo, active, success, error styles (and inverse that does not exist in SwiftUI?)
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.
I'm going to check on this, probably we will need to fix more than warning style
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.
Done! Now we have fixed the wrong colors, according to the specs document ;)
145845d
to
c4651d0
Compare
# [26.2.0](v26.1.0...v26.2.0) (2023-10-16) ### Bug Fixes * **Button:** change colors for disabled style ([#308](#308)) ([e829160](e829160)) * **Button:** change colors for disabled style ([#310](#310)) ([fb108a1](fb108a1)) * **Button:** Change cornerCurve from continuous to circular ([#307](#307)) ([26a73b3](26a73b3)) * **Snackbar:** change color for action button ([#304](#304)) ([7054e3d](7054e3d)) * **Tag:** change foreground and background colors according to specs ([#309](#309)) ([6a9f441](6a9f441)) ### Features * **Button:** Added accesibility to right image (chevron) ([05d77d9](05d77d9))
π This PR is included in version 26.2.0 π The release is available on GitHub release Your semantic-release bot π¦π |
ποΈ Jira ticket
https://jira.tid.es/browse/LATCH-1002
π₯ What's the goal?
The
Tag
component is not using the right text and background colors for its styles, according to the specs for this component.π§ How do we do it?
Fix
Tag
component colors in both UIKit and SwiftUI.π AppCenter build