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

Artur/eng 6280 generate frosted UI colors for kotlin #225

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Generating SwiftUI color assets from [Radix Colors](https://github.com/radix-ui/

## Documentation

The color assets are zipped in a `frosted-ui-swift-colors.zip` file.
The Swift color assets are zipped in a `frosted-ui-swift-colors.zip` file.
The Kotlin color assets are in the `kotlin-colors/Color.kt` file.

If you want to update the color assets (and generate new `zip` file) just run this command:

Expand Down
Loading
Loading