Skip to content

Commit cb6a72a

Browse files
committed
Fixed last accessibility issue
1 parent 7869721 commit cb6a72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ export function Search() {
452452
Search docs
453453
</span>
454454
{modifierKey && (
455-
<kbd className="ml-auto hidden font-medium text-slate-400 md:block dark:text-slate-500">
455+
<kbd className="ml-auto hidden font-medium text-slate-500 md:block dark:text-slate-500">
456456
<kbd className="font-sans">{modifierKey}</kbd>
457457
<kbd className="font-sans">K</kbd>
458458
</kbd>

0 commit comments

Comments
 (0)