mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
ui fixes and tweaks
This commit is contained in:
@ -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 }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user