mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
569036c1d8
Add account creation screen remove icons remove extra utility and create a new one that would use conventional way of getting an emoji fix lint Use button component instead of bottom-actions Provide global customization color to buttons Use conventional approach to extract account name Move to another address Move to another namespace Refactor bottom-actions to have button props in maps Update doc with new icon location Add spaces between styles Work on pr comments Use :on-change-text instead of :on-change for input component Subscribe to :profile/customization-color directly Use bottom button from the create-or-edit-account wrapper Remove extra code Sort requires Move ns to proper fileˆ Fix styles
623 B
623 B
new icons
Export icons
- Export from figma 2 pngs 2x and 3x put them in
./resources/images/icons2
- if necessary, rename file so that filename contains only lower case chars, e.g.
"Icon-Name@2x.png"
should be renamed to"icon_name@2x.png"
. - In the app
icon_name.png
still can be accessed asicon-name
, so in order to use can add the next code:
2x@2x;; icon_name.png [vector-icons/icon :icon-name {:color ...}]
- If you want platform specific icon use
.android
or.ios
suffixes. Exampleicon_name@2x.android.png
.:w