Merge pull request #4545 from urbit/mp/landscape/author-radii

landscape: avatars use borderRadius '1'
This commit is contained in:
matildepark 2021-03-04 14:22:49 -05:00 committed by GitHub
commit 9b70c15ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,7 @@ class ChatInput extends Component<ChatInputProps, ChatInputState> {
height={16}
width={16}
style={{ objectFit: 'cover' }}
borderRadius={1}
display='inline-block'
/>
: <Sigil

View File

@ -298,6 +298,7 @@ export const MessageAuthor = ({
src={contact.avatar}
height={16}
width={16}
borderRadius={1}
/>
) : (
<Sigil

View File

@ -52,6 +52,7 @@ export default function Author(props: AuthorProps): ReactElement {
style={{ objectFit: 'cover' }}
height={16}
width={16}
borderRadius={1}
/>
) : (
<Sigil ship={ship} size={16} color={color} icon padding={2} />