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 852b048 commit f972c09Copy full SHA for f972c09
refact-agent/gui/src/components/Tour/TourEnd.tsx
@@ -36,7 +36,10 @@ export const TourEnd = () => {
36
<Text>
37
-{" "}
38
<Link
39
- style={{ color: "black", textDecoration: "underline" }}
+ style={{
40
+ color: appearance === "light" ? "white" : "black",
41
+ textDecoration: "underline",
42
+ }}
43
onClick={() => openUrl("https://docs.refact.ai")}
44
>
45
Check out our documentation
0 commit comments