diff --git a/src/components/BaseToast.styles.ts b/src/components/BaseToast.styles.ts index cf2a6283..4e2068da 100644 --- a/src/components/BaseToast.styles.ts +++ b/src/components/BaseToast.styles.ts @@ -1,14 +1,10 @@ import { StyleSheet } from 'react-native'; -export const HEIGHT = 60; -export const WIDTH = 340; export const BORDER_RADIUS = 6; export const styles = StyleSheet.create({ base: { flexDirection: 'row', - height: HEIGHT, - width: WIDTH, borderRadius: BORDER_RADIUS, shadowOffset: { width: 0, height: 0 }, shadowOpacity: 0.1,