File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ export default function SettingsSidebar() {
466
466
< GridCard >
467
467
< div className = "flex items-center px-4 py-3 group gap-x-4" >
468
468
< img
469
- className = "w-6 shrink-0"
469
+ className = "w-6 shrink-0 dark:invert "
470
470
src = { PointingFinger }
471
471
alt = "Finger touching a screen"
472
472
/>
@@ -490,7 +490,7 @@ export default function SettingsSidebar() {
490
490
>
491
491
< GridCard >
492
492
< div className = "flex items-center px-4 py-3 gap-x-4" >
493
- < img className = "w-6 shrink-0" src = { MouseIcon } alt = "Mouse icon" />
493
+ < img className = "w-6 shrink-0 dark:invert " src = { MouseIcon } alt = "Mouse icon" />
494
494
< div className = "flex items-center justify-between grow" >
495
495
< div className = "text-left" >
496
496
< h3 className = "text-sm font-semibold text-black dark:text-white" >
You can’t perform that action at this time.
0 commit comments