mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-13 23:45:01 -05:00
profile setup flow clean up (#167)
* fixed update token on address change * fetching already set profile data in setup flow * select skills colors * showing more data on player tile * rename variables
This commit is contained in:
@@ -3,10 +3,10 @@ import Select, { Props as SelectProps, Styles } from 'react-select';
|
||||
|
||||
import { theme } from './theme';
|
||||
|
||||
const selectStyles: Styles = {
|
||||
export const selectStyles: Styles = {
|
||||
menu: (styles) => ({
|
||||
...styles,
|
||||
background: theme.colors.purple[400],
|
||||
background: theme.colors.dark,
|
||||
}),
|
||||
menuList: (styles) => ({
|
||||
...styles,
|
||||
|
||||
@@ -43,4 +43,4 @@ export { MetaBox } from './MetaBox';
|
||||
export { MetaTag } from './MetaTag';
|
||||
export { H1, P } from './typography';
|
||||
export { ResponsiveText } from './ResponsiveText';
|
||||
export { SelectSearch } from './SelectSearch';
|
||||
export { SelectSearch, selectStyles } from './SelectSearch';
|
||||
|
||||
@@ -31,6 +31,7 @@ export const theme: Theme = {
|
||||
'#__next': {
|
||||
background: 'dark',
|
||||
color: 'white',
|
||||
minHeight: '100vh',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user