mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
minor changes to fonts, spacing and colors
This commit is contained in:
@@ -67,7 +67,11 @@ const TranscriptCreate = () => {
|
||||
useActiveTopic={useActiveTopic}
|
||||
autoscroll={true}
|
||||
/>
|
||||
<section className="w-full h-full bg-blue-400/20 rounded-lg md:rounded-xl px-2 md:px-4 flex flex-col justify-center align-center">
|
||||
<section
|
||||
className={`w-full h-full ${
|
||||
hasRecorded ? "bg-blue-400/20" : ""
|
||||
} rounded-lg md:rounded-xl px-2 md:px-4 flex flex-col justify-center align-center`}
|
||||
>
|
||||
{!hasRecorded ? (
|
||||
<div className="py-2 h-auto">
|
||||
<LiveTrancription text={webSockets.transcriptText} />
|
||||
|
||||
Reference in New Issue
Block a user