(fix): live reactions, message and call invites
(fix): call ui
This commit is contained in:
parent
5a26c2d401
commit
f1874042ba
10 changed files with 203 additions and 88 deletions
|
|
@ -268,7 +268,7 @@ export default function Base({
|
|||
flush || fill ? "rounded-none" : "rounded-md"
|
||||
} ${
|
||||
type === "user" && isSpeaking
|
||||
? "border-4 border-(--primary-foreground-alt)/75"
|
||||
? "border-4 border-(--primary-foreground-alt)/75!"
|
||||
: fill
|
||||
? "border-0"
|
||||
: "border"
|
||||
|
|
|
|||
Loading…
Reference in a new issue