Skip to content

Commit 57e7b7c

Browse files
authored
fix color (#1124)
1 parent 231f72e commit 57e7b7c

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)