Skip to content

Commit d2e211a

Browse files
committed
Update Sidebar component icons to use 'text-foreground' for better visibility
1 parent 827d867 commit d2e211a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/components/Sidebar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)