diff --git a/src/components/launch/LaunchWindow.module.css b/src/components/launch/LaunchWindow.module.css index 3638e756..196f86ec 100644 --- a/src/components/launch/LaunchWindow.module.css +++ b/src/components/launch/LaunchWindow.module.css @@ -95,8 +95,6 @@ color: #4eeeb0; } - - .menuCard { width: 300px; max-height: 400px; @@ -252,6 +250,13 @@ transition: all 0.2s ease; } +.stopSquare { + width: 15px; + height: 15px; + border-radius: 3px; + background: #fff; +} + .recDotBlink { animation: blink 1.2s ease-in-out infinite; } diff --git a/src/components/launch/RecordingControls.tsx b/src/components/launch/RecordingControls.tsx index 4e24f943..d7ed41a7 100644 --- a/src/components/launch/RecordingControls.tsx +++ b/src/components/launch/RecordingControls.tsx @@ -1,4 +1,11 @@ -import { MicrophoneIcon, MicrophoneSlashIcon, MinusIcon, PauseIcon, PlayIcon, SquareIcon, XIcon } from "@phosphor-icons/react"; +import { + MicrophoneIcon, + MicrophoneSlashIcon, + MinusIcon, + PauseIcon, + PlayIcon, + XIcon, +} from "@phosphor-icons/react"; import { useMemo } from "react"; import { useScopedT } from "@/contexts/I18nContext"; import { Button } from "@/components/ui/button"; @@ -94,17 +101,15 @@ export const RecordingControls = ({ )} - + +