Skip to content

Commit 2e92f5d

Browse files
committed
fix color
1 parent 1435953 commit 2e92f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/routes/target-select-overlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ function ShowCapFreeWarning(props: { isInstantMode: boolean }) {
875875
return (
876876
<Suspense>
877877
<Show when={props.isInstantMode && auth.data?.plan?.upgraded === false}>
878-
<p class="text-sm text-center max-w-64">
878+
<p class="text-sm text-center text-white max-w-64">
879879
Instant Mode recordings are limited to 5 mins,{" "}
880880
<button
881881
class="underline"

0 commit comments

Comments
 (0)