Skip to content

Commit aa064f1

Browse files
committed
docs: ✏️ color
1 parent a1c1efc commit aa064f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/src/theme/TOC/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function TOC({ className, ...props }: Props): JSX.Element {
4747
style={{ color: "#1a1a1a", textDecoration: "none" }}
4848
>
4949
<GitHubIcon />
50-
<span>Give us a Star!</span>
50+
<span style={{ color: "#1a1a1a", textDecoration: "none" }}>Give us a Star!</span>
5151
</a>
5252
<a
5353
href="https://github.com/sponsors/prc5"

0 commit comments

Comments
 (0)