mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
resizing toolbar text
This commit is contained in:
parent
6056214039
commit
a122d9447c
2 changed files with 2 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue