mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
815 B
815 B
@trezor/theme
This package contains theme for new Suite v2, currently used only in React Native app.
You can find Figma files for this theme here:
Fonts for React Native app
If you want to update fonts, place new fonts to ./fonts folder in this package and then follow the guide in suite-native README.
Colors
To regenerate color schemas follow these steps:
Colors can be found in file ./src/colors.ts
usage:
tsx <Text color="newlyDefinedColorVariant" />
Older themes
For older themes (v1, v1.5) you can check @trezor/components package.