We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231f72e commit 57e7b7cCopy full SHA for 57e7b7c
apps/desktop/src/routes/target-select-overlay.tsx
@@ -875,7 +875,7 @@ function ShowCapFreeWarning(props: { isInstantMode: boolean }) {
875
return (
876
<Suspense>
877
<Show when={props.isInstantMode && auth.data?.plan?.upgraded === false}>
878
- <p class="text-sm text-center max-w-64">
+ <p class="text-sm text-center text-white max-w-64">
879
Instant Mode recordings are limited to 5 mins,{" "}
880
<button
881
class="underline"
0 commit comments