feat: Ajoute color sur le titre

improve-darkmode
Benjamin Arias 2022-11-23 16:28:50 +01:00
parent 89e8917c70
commit d60667e79c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export default function SearchOrCreate() {
</>
) : (
<>
<H3 as="h2">
<H3 as="h2" color={(theme) => theme.colors.extended.grey[100]}>
<Trans>Rechercher votre entreprise</Trans>{' '}
</H3>
<CompanySearchField onSubmit={handleCompanySubmit} />