Skip to content

Commit 1b77894

Browse files
committed
fix text color for copy buttons
1 parent 3707ed3 commit 1b77894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/css/ai-guides.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
.rfai-copy-button {
7272
background-color: var(--color-theme);
73-
color: var(--color-black);
73+
color: var(--color-white);
7474
border: none;
7575
padding: var(--size-2xsmall) var(--size-small);
7676
border-radius: var(--border-radius-rounded);

0 commit comments

Comments
 (0)