mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 02:55:41 +00:00
ae708e70a1
* Create ErrorScreen component to show Errors when a component catches. * Show ErrorScreen component when Root component's componentDidCatch lifecycle method is called. This should catch all of the applications errors, as Root is at the top of the tree. * Convert ErrorScreen Component to SFC * Address PR comments
9 lines
137 B
SCSS
9 lines
137 B
SCSS
@import 'common/sass/variables';
|
|
@import 'common/sass/mixins';
|
|
|
|
.ErrorScreen {
|
|
@include cover-message;
|
|
background: $brand-danger;
|
|
|
|
}
|