profile setup - about you flow (#130)

* added data for personality types and refactored images

* setup personality type

* setup player type

* player types descriptions
This commit is contained in:
dan13ram
2020-10-09 09:30:53 +05:30
committed by GitHub
parent 03bd49a4e3
commit f95b12751e
38 changed files with 254 additions and 36 deletions

View File

@@ -3,7 +3,8 @@ import React from 'react';
export const MetaButton: React.FC<ButtonProps> = ({ children, ...props }) => (
<Button
colorScheme="purple"
bgColor="purple.400"
_hover={{ bgColor: 'purple.500' }}
textTransform="uppercase"
px={12}
letterSpacing="0.1em"