update: imports for toast

This commit is contained in:
Ana
2025-07-30 00:02:03 -07:00
committed by Austin McKinley
parent 22c3a6cc90
commit 905f59bbc1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import {
TOAST_TYPE_TO_ICON,
getToastTypeStyles,
TOAST_ANIMATION_CONFIG,
} from './Toast.style'
} from '#/view/com/util/Toast.style'
const TIMEOUT = 2e3
+2 -2
View File
@@ -11,7 +11,7 @@ import {
getToastTypeStyles,
getToastWebAnimationStyles,
TOAST_WEB_KEYFRAMES,
} from './Toast.style'
} from '#/view/com/util/Toast.style'
const DURATION = 3500
@@ -146,7 +146,7 @@ const styles = StyleSheet.create({
maxWidth: 380,
padding: 20,
flexDirection: 'row',
alignItems: 'flex-start',
alignItems: 'center',
borderRadius: 10,
borderWidth: 1,
},