Skip to content

Commit 8b403a8

Browse files
committed
Update recording UI container styles
1 parent 37eb7c8 commit 8b403a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/desktop/src/routes/in-progress-recording.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ export default function () {
540540
</div>
541541
</Show>
542542
<div class="h-10 w-full rounded-2xl">
543-
<div class="flex h-full w-full flex-row items-stretch overflow-hidden rounded-2xl bg-gray-1 shadow-[0_8px_24px_rgba(18,18,18,0.18)] animate-in fade-in">
543+
<div class="flex h-full w-full flex-row items-stretch overflow-hidden rounded-2xl bg-gray-1 border border-gray-5 shadow-[0_1px_3px_rgba(0,0,0,0.1)] animate-in fade-in">
544544
<Show when={countdownState()}>
545545
{(state) => (
546546
<div
@@ -733,7 +733,7 @@ function Countdown(props: { from: number; current: number }) {
733733
setTimeout(() => setAnimation(0), 10);
734734

735735
return (
736-
<div class="flex flex-row justify-between p-[0.25rem] flex-1 bg-gray-1 fixed inset-0 z-10">
736+
<div class="flex flex-row justify-between p-[0.25rem] flex-1">
737737
<div class="flex flex-1 gap-3 items-center px-3">
738738
<div class="flex-1 text-[13px] text-gray-11">Recording starting...</div>
739739
<div class="relative w-5 h-5 text-red-300">

0 commit comments

Comments
 (0)