Skip to content

Commit

Permalink
use correct color for avi
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Dec 3, 2024
1 parent 84213ea commit f17418c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Profile/Header/Shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ let ProfileHeaderShell = ({
<View
style={[
t.atoms.bg,
{borderColor: t.palette.primary_400},
{borderColor: t.palette.primary_25},
styles.avi,
profile.associated?.labeler && styles.aviLabeler,
]}>
Expand Down

0 comments on commit f17418c

Please sign in to comment.