resizing toolbar text

This commit is contained in:
Khalim Conn-Kowlessar 2026-04-20 08:21:55 +00:00
parent 6056214039
commit a122d9447c
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ export default function AddNew({
className="
inline-flex items-center gap-1 px-4 py-2 rounded-md
bg-gray-50 text-gray-900 hover:bg-midblue hover:text-gray-100
transition-colors text-sm font-medium
transition-colors text-xs font-medium
"
>
<DocumentPlusIcon className="h-4 w-4 mr-2" />

View file

@ -31,7 +31,7 @@ export default function YourProjectsDropdown({
className="
inline-flex items-center gap-1 px-4 py-2 rounded-md
bg-gray-50 text-gray-900 hover:bg-midblue hover:text-gray-100
transition-colors text-sm font-medium
transition-colors text-xs font-medium
"
>
<RocketLaunchIcon className="h-4 w-4 mr-2" />