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 = ({
377377 target = "_blank"
378378 rel = "noopener noreferrer"
379379 >
380- < CircleHelp className = "w-4 h-4 text-gray-800 " />
380+ < CircleHelp className = "w-4 h-4 text-foreground " />
381381 </ a >
382382 </ Button >
383383 < Button variant = "ghost" title = "Debugging Guide" asChild >
@@ -386,7 +386,7 @@ const Sidebar = ({
386386 target = "_blank"
387387 rel = "noopener noreferrer"
388388 >
389- < Bug className = "w-4 h-4 text-gray-800 " />
389+ < Bug className = "w-4 h-4 text-foreground " />
390390 </ a >
391391 </ Button >
392392 < Button
@@ -399,7 +399,7 @@ const Sidebar = ({
399399 target = "_blank"
400400 rel = "noopener noreferrer"
401401 >
402- < Github className = "w-4 h-4 text-gray-800 " />
402+ < Github className = "w-4 h-4 text-foreground " />
403403 </ a >
404404 </ Button >
405405 </ div >
You can’t perform that action at this time.
0 commit comments