fix(welcome/native): removed unused constant
This commit is contained in:
parent
6346d99d0e
commit
53ccb97d34
|
@ -5,8 +5,6 @@ import { StyleSheet } from 'react-native';
|
||||||
import { BoxModel } from '../../base/styles';
|
import { BoxModel } from '../../base/styles';
|
||||||
import BaseTheme from '../../base/ui/components/BaseTheme.native';
|
import BaseTheme from '../../base/ui/components/BaseTheme.native';
|
||||||
|
|
||||||
export const PLACEHOLDER_TEXT_COLOR = BaseTheme.palette.text01;
|
|
||||||
|
|
||||||
export const AVATAR_SIZE = 104;
|
export const AVATAR_SIZE = 104;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue