mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
restore blue backgroud for transcript
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user