two hundred

This commit is contained in:
Hailey
2024-10-29 13:59:19 -07:00
committed by Samuel Newman
parent 5551549e13
commit 5335c8c2d4
+12 -1
View File
@@ -19,6 +19,7 @@ import {LoadingPlaceholder} from '#/view/com/util/LoadingPlaceholder'
import {UserAvatar} from '#/view/com/util/UserAvatar'
import {UserBanner} from '#/view/com/util/UserBanner'
import {atoms as a, useTheme} from '#/alf'
import {createThemes} from '#/alf/themes'
import {LabelsOnMe} from '#/components/moderation/LabelsOnMe'
import {ProfileHeaderAlerts} from '#/components/moderation/ProfileHeaderAlerts'
import {GrowableAvatar} from './GrowableAvatar'
@@ -95,8 +96,18 @@ let ProfileHeaderShell = ({
[currentAccount, profile],
)
const theme = createThemes({
hues: {
primary: 200,
negative: 200,
positive: 200,
},
})
return (
<View pointerEvents={isIOS ? 'auto' : 'box-none'}>
<View
pointerEvents={isIOS ? 'auto' : 'box-none'}
style={[{backgroundColor: theme.light.atoms.bg.backgroundColor}]}>
<View
pointerEvents={isIOS ? 'auto' : 'box-none'}
style={[a.relative, {height: 150}]}>