From 3928af21492469a48f38f3b57b4cc2a21ddb3302 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 23 Jan 2022 21:58:00 -0800 Subject: [PATCH] fixing sizing of the team bar --- components/Dashboard/TeamVoiceLine.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Dashboard/TeamVoiceLine.tsx b/components/Dashboard/TeamVoiceLine.tsx index 58fa4e3..a0c18ff 100644 --- a/components/Dashboard/TeamVoiceLine.tsx +++ b/components/Dashboard/TeamVoiceLine.tsx @@ -94,7 +94,7 @@ export default function TeamVoiceLine() { var customSelectClasses: string = ""; if (tmember.id == selectedTeammate) { - customSelectClasses = "bg-white scale-150 z-20 w-[25rem]"; + customSelectClasses = "bg-white scale-100 z-20 "; } else if (isMessageIncoming) { customSelectClasses = "bg-orange-500 bg-opacity-20"; } @@ -165,7 +165,7 @@ export default function TeamVoiceLine() { )} - +