File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ const Sidebar = ({
377
377
target = "_blank"
378
378
rel = "noopener noreferrer"
379
379
>
380
- < CircleHelp className = "w-4 h-4 text-gray-800 " />
380
+ < CircleHelp className = "w-4 h-4 text-foreground " />
381
381
</ a >
382
382
</ Button >
383
383
< Button variant = "ghost" title = "Debugging Guide" asChild >
@@ -386,7 +386,7 @@ const Sidebar = ({
386
386
target = "_blank"
387
387
rel = "noopener noreferrer"
388
388
>
389
- < Bug className = "w-4 h-4 text-gray-800 " />
389
+ < Bug className = "w-4 h-4 text-foreground " />
390
390
</ a >
391
391
</ Button >
392
392
< Button
@@ -399,7 +399,7 @@ const Sidebar = ({
399
399
target = "_blank"
400
400
rel = "noopener noreferrer"
401
401
>
402
- < Github className = "w-4 h-4 text-gray-800 " />
402
+ < Github className = "w-4 h-4 text-foreground " />
403
403
</ a >
404
404
</ Button >
405
405
</ div >
You can’t perform that action at this time.
0 commit comments