mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
Merge pull request #4545 from urbit/mp/landscape/author-radii
landscape: avatars use borderRadius '1'
This commit is contained in:
commit
9b70c15ecf
@ -135,6 +135,7 @@ class ChatInput extends Component<ChatInputProps, ChatInputState> {
|
||||
height={16}
|
||||
width={16}
|
||||
style={{ objectFit: 'cover' }}
|
||||
borderRadius={1}
|
||||
display='inline-block'
|
||||
/>
|
||||
: <Sigil
|
||||
|
@ -298,6 +298,7 @@ export const MessageAuthor = ({
|
||||
src={contact.avatar}
|
||||
height={16}
|
||||
width={16}
|
||||
borderRadius={1}
|
||||
/>
|
||||
) : (
|
||||
<Sigil
|
||||
|
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user