Skip to content

Commit

Permalink
feat(eth-staking): apply redesign changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shotgunofdeath committed Feb 22, 2024
1 parent 6e12109 commit 2cfe6a3
Show file tree
Hide file tree
Showing 59 changed files with 958 additions and 875 deletions.
3 changes: 2 additions & 1 deletion packages/components/src/components/Image/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ export const SVG_IMAGES = {
DEVICE_CONFIRM_TREZOR_T2T1: 'device-confirm-trezor-t2t1.svg',
DEVICE_CONFIRM_TREZOR_T2B1: 'device-confirm-trezor-t2b1.svg',
SPINNER: 'spinner.svg',
SPINNER_BLACK: 'spinner-black.svg',
SPINNER_GREY: 'spinner-grey.svg',
SPINNER_LIGHT_GREY: 'spinner-light-grey.svg',
SPINNER_ORANGE: 'spinner-orange.svg',
SPINNER_PRIMARY_DEFAULT: 'spinner-primary-default.svg',
DEVICE_ANOTHER_SESSION: 'device-another-session.svg',
CONNECT_DEVICE: 'connect-device.svg',
ERROR_404: 'error-404.svg',
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/components/assets/Icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const ICONS = {
SHOW: require('../../../images/icons/show.svg'),
SHUFFLE: require('../../../images/icons/shuffle.svg'),
SIGNATURE: require('../../../images/icons/signature.svg'),
SPINNER: require('../../../images/icons/spinner.svg'),
STOP: require('../../../images/icons/stop.svg'),
TREZOR_T1B1: require('../../../images/icons/trezor_t1b1.svg'),
TREZOR_T2T1: require('../../../images/icons/trezor_t2t1.svg'),
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/images/icons/piggy_bank_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 0 additions & 52 deletions packages/suite-data/files/images/svg/spinner-grey.svg

This file was deleted.

Loading

0 comments on commit 2cfe6a3

Please sign in to comment.