Skip to content

Commit

Permalink
theme: make link color align with theme (streetwriters#7077)
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Kriner <[email protected]>
  • Loading branch information
luis-411 authored Dec 10, 2024
1 parent 8fe381a commit 6098935
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/web/src/dialogs/settings/components/importer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,11 @@ export function Importer() {
<Box as="ol" sx={{ my: 1 }}>
<Text as="li" variant="body">
Go to{" "}
<Link href="https://importer.notesnook.com/" target="_blank">
<Link
href="https://importer.notesnook.com/"
target="_blank"
sx={{ color: "accent" }}
>
https://importer.notesnook.com/
</Link>
</Text>
Expand Down

0 comments on commit 6098935

Please sign in to comment.