update: imports for toast
This commit is contained in:
@@ -25,7 +25,7 @@ import {
|
|||||||
TOAST_TYPE_TO_ICON,
|
TOAST_TYPE_TO_ICON,
|
||||||
getToastTypeStyles,
|
getToastTypeStyles,
|
||||||
TOAST_ANIMATION_CONFIG,
|
TOAST_ANIMATION_CONFIG,
|
||||||
} from './Toast.style'
|
} from '#/view/com/util/Toast.style'
|
||||||
|
|
||||||
const TIMEOUT = 2e3
|
const TIMEOUT = 2e3
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import {
|
|||||||
getToastTypeStyles,
|
getToastTypeStyles,
|
||||||
getToastWebAnimationStyles,
|
getToastWebAnimationStyles,
|
||||||
TOAST_WEB_KEYFRAMES,
|
TOAST_WEB_KEYFRAMES,
|
||||||
} from './Toast.style'
|
} from '#/view/com/util/Toast.style'
|
||||||
|
|
||||||
const DURATION = 3500
|
const DURATION = 3500
|
||||||
|
|
||||||
@@ -146,7 +146,7 @@ const styles = StyleSheet.create({
|
|||||||
maxWidth: 380,
|
maxWidth: 380,
|
||||||
padding: 20,
|
padding: 20,
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'flex-start',
|
alignItems: 'center',
|
||||||
borderRadius: 10,
|
borderRadius: 10,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user