-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solving Issue 1904 #2439
Solving Issue 1904 #2439
Conversation
microsoft#764 making ja-jp consistent with other langs
|
I think this issue was already fixed in #2384. |
Carlos! Why is this PR 100+ files?? xD |
@reyesrico |
See #2447 |
Fixes #1904
Changelog Entry
Adding new styleOptions for user and bot avatars.
Description
Adding new styleOptions for user and bot avatars:
botAvatarBackgroundColor, botAvatarBorderRadius, botAvatarFont, botAvatarFontSize, botAvatarTextColor, userAvatarBackgroundColor, userAvatarBorderRadius, userAvatarFont, userAvatarFontSize, userAvatarTextColor.
Specific Changes
Updated Avatar (Activity and StyleSet components) and defaultStyleOptions files to receive new styleOptions params. Also it was updated index.html from samples/04.a
Updated index.html from samples/04.a