fix: use ring instead of outline on components

This commit is contained in:
Aarnav Tale 2025-02-14 00:03:46 -05:00
parent 76d263b7e6
commit 44d08169a9
No known key found for this signature in database
4 changed files with 16 additions and 6 deletions

View file

@ -24,6 +24,7 @@ export default function Link({
'inline-flex items-center gap-x-0.5',
'text-blue-500 hover:text-blue-700',
'dark:text-blue-400 dark:hover:text-blue-300',
'focus:outline-none focus:ring rounded-md',
className,
)}
>