ui fixes and tweaks

This commit is contained in:
ivic00
2024-11-20 21:09:44 +01:00
parent 81477ed85b
commit b5aac0af2a
13 changed files with 137 additions and 33 deletions

View File

@ -170,7 +170,14 @@ const MyGroup: React.FC<MyGroupProps> = ({
>
{member.pfp ? (
<ImageBackground
style={styles.pfp}
style={[
styles.pfp,
(member.eventColor && {
borderWidth: 2,
borderColor: member.eventColor,
}) ||
undefined,
]}
borderRadius={10.56}
source={{ uri: member.pfp || undefined }}
/>