Prettify account setup and add eth steps of onboarding

This commit is contained in:
fragosti
2018-06-15 15:17:20 -07:00
parent 0c34309133
commit 5993125cc7
3 changed files with 32 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ export interface ContainerProps {
backgroundColor?: string;
borderRadius?: StringOrNum;
maxWidth?: StringOrNum;
width?: StringOrNum;
isHidden?: boolean;
className?: string;
position?: 'absolute' | 'fixed' | 'relative' | 'unset';