fix: text size
This commit is contained in:
parent
dd8548e740
commit
f7eb64f298
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { servicesData, successStoriesData } from "@data/mega_link";
|
|||
>
|
||||
<button
|
||||
type="button"
|
||||
class="flex w-full items-center font-medium text-neutral-600 hover:text-neutral-500 dark:text-neutral-400 dark:hover:text-neutral-500"
|
||||
class="flex w-full text-base items-center font-medium text-neutral-600 hover:text-neutral-500 dark:text-neutral-400 dark:hover:text-neutral-500"
|
||||
>
|
||||
Services <Icon name="chevronDown" />
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue