···21import {ErrorScreen} from '#/view/com/util/error/ErrorScreen'
22import * as Toast from '#/view/com/util/Toast'
23import {atoms as a, useTheme} from '#/alf'
24-import {Admonition, colors} from '#/components/Admonition'
25import {Button, ButtonIcon, ButtonText} from '#/components/Button'
26import {useDialogControl} from '#/components/Dialog'
27import {Growth_Stroke2_Corner0_Rounded as Growth} from '#/components/icons/Growth'
···195 </View>
196 {appPassword.privileged && (
197 <View style={[a.flex_row, a.gap_sm, a.align_center, a.mt_md]}>
198- <WarningIcon style={[{color: colors.warning}]} />
199 <Text style={t.atoms.text_contrast_high}>
200 <Trans>Allows access to direct messages</Trans>
201 </Text>
···21import {ErrorScreen} from '#/view/com/util/error/ErrorScreen'
22import * as Toast from '#/view/com/util/Toast'
23import {atoms as a, useTheme} from '#/alf'
24+import {Admonition} from '#/components/Admonition'
25import {Button, ButtonIcon, ButtonText} from '#/components/Button'
26import {useDialogControl} from '#/components/Dialog'
27import {Growth_Stroke2_Corner0_Rounded as Growth} from '#/components/icons/Growth'
···195 </View>
196 {appPassword.privileged && (
197 <View style={[a.flex_row, a.gap_sm, a.align_center, a.mt_md]}>
198+ <WarningIcon style={[{color: t.palette.yellow}]} />
199 <Text style={t.atoms.text_contrast_high}>
200 <Trans>Allows access to direct messages</Trans>
201 </Text>