mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-09 00:30:28 +03:00
Add active call name into bottom panel
This commit is contained in:
parent
9b6bfea359
commit
232fbc5c62
1 changed files with 2 additions and 2 deletions
|
|
@ -386,7 +386,7 @@ function FixedBottomNavArea() {
|
||||||
direction="Column"
|
direction="Column"
|
||||||
gap="200"
|
gap="200"
|
||||||
padding="300"
|
padding="300"
|
||||||
style={{ flexShrink: 0, borderTop: `1px solid ${config?.color?.LineStrong ?? '#ccc'}` }}
|
style={{ flexShrink: 0, borderTop: `1px solid` }}
|
||||||
>
|
>
|
||||||
<Text size="T200" color="Muted" align="Center">
|
<Text size="T200" color="Muted" align="Center">
|
||||||
No active call
|
No active call
|
||||||
|
|
@ -397,7 +397,7 @@ function FixedBottomNavArea() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Text size="T200" color="Muted" align="Center">
|
<Text size="T200" color="Muted" align="Center">
|
||||||
{}
|
{mx.getRoom(activeCallRoomId)?.normalizedName}
|
||||||
</Text>
|
</Text>
|
||||||
);
|
);
|
||||||
} /*
|
} /*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue