fix(welcome/native): removed unused constant

This commit is contained in:
Calin-Teodor 2022-11-11 17:52:09 +02:00 committed by Saúl Ibarra Corretgé
parent 6346d99d0e
commit 53ccb97d34
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ import { StyleSheet } from 'react-native';
import { BoxModel } from '../../base/styles';
import BaseTheme from '../../base/ui/components/BaseTheme.native';
export const PLACEHOLDER_TEXT_COLOR = BaseTheme.palette.text01;
export const AVATAR_SIZE = 104;
/**