question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BOT Avatar has a blue circle background

See original GitHub issue

The avatar image is not taking full background and showing blue circle line around. Not looking good. Though the image is having all white background.

Screenshots

image

Version

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Expected behavior

Additional context

[Bug]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
corinagumcommented, Sep 16, 2019

Next release is end of October. 😃

If you need these changes immediately, please see our documentation on pointing to our MyGet feed for latest bits.

1reaction
stevkancommented, Sep 5, 2019

Here is a workaround I have been using. This should suffice until the next release. This demos a blue background in web chat with a black background for the avatars and green/red text overlay (if you are including initials, for example) depending on the user.

let styleSet = createStyleSet({
    backgroundColor: '#19194d',

	botAvatarInitials: 'BB',
    userAvatarInitials: 'NB',
    });
        
styleSet.avatar = {
    ...styleSet.avatar,
    '.from-user': {
        'color': 'Green',
    	'background-color': 'black'
    },
    ':not(from-user)': {
        'color': 'Red',
        'background-color': 'black'
        }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Blue Circle is displayed in CircleAvatar Asset image instead of ...
First, make you have added image on pubspec.yaml . while loading data from asset, do restart the app, not hot reload or restart....
Read more >
Blue ring around avatar in friendslist? Is that a indicator for ...
yes, the blue background around the avatar menas that you have already got the daily point for the friendship level.
Read more >
How to Add Ring Around Your Profile Picture (for FREE)
ring, avatar | I've been asked by several of you, how do you add that ring around your profile picture? So, here are...
Read more >
Messenger - Want to know if someone saw or read your ...
The blue circle with the check next to your message means that your message was sent. ... And, when a friend has read...
Read more >
Business avatar icon bold blue circle border Vector Image
business avatar icon bold blue circle border white background. Download a free preview or high-quality Adobe Illustrator (ai), EPS, PDF vectors and high-res ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found