-
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
Chore/finish UI refresh #399
Conversation
if (index < items.lastIndex && !items[index + 1].isSelected) { | ||
Box( | ||
modifier = Modifier | ||
.width(1.dp) | ||
.height(16.dp) | ||
.background(GrapesTheme.colors.neutralLighter) | ||
) | ||
} |
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.
Was not this here for something ? 🙈
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.
It was a separator between items and it has been removed from the designs.
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.
Yessay 👍
This PR does all the remaining things needed to consider the UI refresh batch 1 as finished:
Update grapes legacy fonts
Migrates all existing compose legacy tokens usage to new tokens
And then remove legacy compose tokens