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. It looks like you have no databases. Click the button below to create one now.
</p> </p>
} }

View File

@ -48,7 +48,7 @@ export default () => {
: :
<React.Fragment> <React.Fragment>
{!files.length ? {!files.length ?
<p className={'text-sm text-neutral-600 text-center'}> <p className={'text-sm text-neutral-400 text-center'}>
This directory seems to be empty. This directory seems to be empty.
</p> </p>
: :
@ -60,8 +60,7 @@ export default () => {
<div className={'rounded bg-yellow-400 mb-px p-3'}> <div className={'rounded bg-yellow-400 mb-px p-3'}>
<p className={'text-yellow-900 text-sm text-center'}> <p className={'text-yellow-900 text-sm text-center'}>
This directory is too large to display in the browser, This directory is too large to display in the browser,
limiting limiting the output to the first 250 files.
the output to the first 250 files.
</p> </p>
</div> </div>
{ {