restore blue backgroud for transcript

This commit is contained in:
Sara
2023-09-26 11:48:50 +02:00
parent 85e35c0d9e
commit bd070fb487

View File

@@ -70,9 +70,7 @@ const TranscriptCreate = () => {
autoscroll={true} autoscroll={true}
/> />
<section <section
className={`w-full h-full ${ 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`}
hasRecorded ? "bg-blue-400/20" : ""
} rounded-lg md:rounded-xl px-2 md:px-4 flex flex-col justify-center align-center`}
> >
{!hasRecorded ? ( {!hasRecorded ? (
<div className="py-2 h-auto"> <div className="py-2 h-auto">