fix: bug
This commit is contained in:
22
theme/profile.ts
Normal file
22
theme/profile.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
export const PROFILE_THEME = {
|
||||
breakpoints: {
|
||||
small: 400,
|
||||
},
|
||||
spacing: {
|
||||
horizontal: {
|
||||
small: 20,
|
||||
large: 24,
|
||||
},
|
||||
headerBottom: 16,
|
||||
tabBar: 96,
|
||||
},
|
||||
avatar: {
|
||||
size: {
|
||||
small: 74,
|
||||
large: 82,
|
||||
},
|
||||
},
|
||||
colors: {
|
||||
background: '#050505',
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user