mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-13 23:45:01 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user