From e481116b04d977f19310cf002bef9d368cdb712e Mon Sep 17 00:00:00 2001 From: YoJames2019 Date: Mon, 9 Feb 2026 01:06:08 -0500 Subject: [PATCH] update text spacing --- src/app/features/call/CallView.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/features/call/CallView.tsx b/src/app/features/call/CallView.tsx index 3ea2396e..1bac7376 100644 --- a/src/app/features/call/CallView.tsx +++ b/src/app/features/call/CallView.tsx @@ -1,6 +1,6 @@ import { Room } from 'matrix-js-sdk'; import React, { useContext, useMemo, useCallback, useEffect, useRef, MouseEventHandler, useState, ReactNode } from 'react'; -import { Box, Button, Spinner, Text } from 'folds'; +import { Box, Button, config, Spinner, Text } from 'folds'; import { useCallState } from '../../pages/client/call/CallProvider'; import { useCallMembers } from '../../hooks/useCallMemberships'; @@ -198,13 +198,12 @@ export function CallView({ room }: { room: Room }) { {room.name} - {visibleCallNames !== "" ? visibleCallNames : "No one"} {memberDisplayNames.length > 1 ? "are" : "is"} currently in voice + {visibleCallNames !== "" ? visibleCallNames : "No one"} {memberDisplayNames.length > 1 ? "are" : "is"} currently in voice