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

Update Play icon #498

Merged
merged 2 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion icons/src/androidMain/res/drawable/ic_orbit_play.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:pathData="M19.704,12.016C19.704,12.435 19.48,12.822 19.116,13.031L6.286,20.363C5.925,20.569 5.481,20.567 5.122,20.358C4.762,20.15 4.541,19.766 4.54,19.35V4.682C4.541,4.266 4.762,3.882 5.122,3.674C5.481,3.465 5.925,3.463 6.286,3.669L19.116,11.001C19.48,11.21 19.704,11.597 19.704,12.016Z"/>
android:pathData="M20.4,12C20.4,12.414 20.169,12.797 19.795,13.003L6.596,20.249C6.225,20.452 5.769,20.45 5.399,20.244C5.029,20.038 4.801,19.659 4.8,19.248V4.752C4.801,4.341 5.029,3.962 5.399,3.756C5.769,3.55 6.225,3.548 6.596,3.751L19.795,10.997C20.169,11.203 20.4,11.586 20.4,12Z"/>
</vector>
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ internal object ColorTokens {

public val White: UIColor = UIColor(0xFFFFFFFF)

public val WhiteActive: UIColor = UIColor(0xFFE7ECF1)
public val WhiteActive: UIColor = UIColor(0xFFE5EAEF)

public val WhiteHover: UIColor = UIColor(0xFFF1F4F7)
public val WhiteHover: UIColor = UIColor(0xFFF5F7F9)
}