mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 12:10:28 +03:00
Fix mxid colors for dark theme
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
3d7e509f9a
commit
18dc02c700
7 changed files with 39 additions and 11 deletions
|
|
@ -32,7 +32,7 @@ function Avatar({
|
|||
iconSrc !== null
|
||||
? <RawIcon size={size} src={iconSrc} />
|
||||
: text !== null && (
|
||||
<Text variant={textSize} primary>
|
||||
<Text variant={textSize} weight="medium" primary>
|
||||
{twemojify([...text][0])}
|
||||
</Text>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue