This commit is contained in:
imeepos
2025-11-12 13:19:06 +08:00
parent a7d922b535
commit 3ebcc24e9b
14 changed files with 483 additions and 265 deletions

22
theme/profile.ts Normal file
View 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;