Make text more readable

This commit is contained in:
Dane Everitt 2019-12-21 16:40:28 -08:00
parent 00bf5644f8
commit 02c0d934c3
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 3 additions and 4 deletions

View file

@ -52,7 +52,7 @@ export default () => {
/>
))
:
<p className={'text-center text-sm text-neutral-200'}>
<p className={'text-center text-sm text-neutral-400'}>
It looks like you have no databases. Click the button below to create one now.
</p>
}