Skip to content

Commit

Permalink
Merge pull request #14318 from bernhardoj/fix/13585-regression
Browse files Browse the repository at this point in the history
fix room header avatar overlay border radius is missing
  • Loading branch information
mountiny authored Jan 16, 2023
2 parents 6eff3d7 + a4f89dc commit a59825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RoomHeaderAvatars.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const RoomHeaderAvatars = (props) => {
<>
<View
style={[
styles.roomHeaderAvatar,
...iconStyle,
styles.roomHeaderAvatarOverlay,
]}
/>
Expand Down

0 comments on commit a59825c

Please sign in to comment.