textStyle right and left color does not work, right textColor overrides left.
See original GitHub issuerenderBubble={(props) => {
return (
<Bubble
{...props}
textStyle={{
right: {
color: Colors.BLUE,
},
left: {
color: Colors.BLACK,
},
}}
…
Unable to set a diffirent text color for right and left text bulle.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
CSS not changing text color? - html - Stack Overflow
1 Answer 1 ... So Text that gets filled in with the {Description} variable will have the class "text" applied to it. That...
Read more >How to Change the HTML Font Color - Kinsta
Changing the HTML font color might seem daunting, but it's pretty simple. There are several ways to change the font color on your...
Read more >text-decoration-color - CSS: Cascading Style Sheets | MDN
The text-decoration-color CSS property sets the color of decorations added to text by text-decoration-line.
Read more >Alignment, font styles, and horizontal rules in HTML documents
Additional attributes for specifying text color can be used with the BODY element ... For left to right text, the default is align=left...
Read more >Create and apply text styles – Figma Help Center
Open the main menu in the top left corner. Go to Text > Text direction. Select Left to right or Right to left....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I do like this. Its working
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.