Skip to content

Commit 42b0008

Browse files
committed
dark mode fix
1 parent ccf95c8 commit 42b0008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/desktop/src/routes/(window-chrome)/onboarding.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,15 +1924,15 @@ function StartupOverlay(props: {
19241924
</div>
19251925

19261926
<Button
1927-
class="mt-14 px-16 py-4 min-h-[3.75rem] min-w-[15rem] text-xl font-medium shadow-[0_0_30px_rgba(0,0,0,0.12)] bg-white border border-white/30 text-gray-12 hover:bg-white/95 hover:border-white/40 flex-col gap-0.5"
1927+
class="mt-14 px-16 py-4 min-h-[3.75rem] min-w-[15rem] text-xl font-medium shadow-[0_0_30px_rgba(0,0,0,0.12)] bg-white border border-white/30 text-[#161b26] hover:bg-white/95 hover:border-white/40 flex-col gap-0.5"
19281928
variant="white"
19291929
size="lg"
19301930
onClick={handleGetStarted}
19311931
>
19321932
<span>Get Started</span>
1933-
<span class="text-[11px] font-normal text-gray-11 leading-tight inline-flex items-center justify-center gap-1">
1933+
<span class="text-[11px] font-normal text-[rgba(22,27,38,0.58)] leading-tight inline-flex items-center justify-center gap-1">
19341934
<span>Click here, or press</span>
1935-
<kbd class="rounded border border-gray-6 bg-white dark:bg-gray-3 px-1 py-px text-[10px] font-medium text-gray-11 shadow-[0_1px_0_rgba(0,0,0,0.04)]">
1935+
<kbd class="rounded border border-[rgba(22,27,38,0.14)] bg-[rgba(22,27,38,0.08)] px-1 py-px text-[10px] font-medium text-[#161b26] shadow-[0_1px_0_rgba(255,255,255,0.7)_inset]">
19361936
Space
19371937
</kbd>
19381938
</span>

0 commit comments

Comments
 (0)