Make text more readable
This commit is contained in:
parent
00bf5644f8
commit
02c0d934c3
|
@ -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>
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ export default () => {
|
|||
:
|
||||
<React.Fragment>
|
||||
{!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.
|
||||
</p>
|
||||
:
|
||||
|
@ -60,8 +60,7 @@ export default () => {
|
|||
<div className={'rounded bg-yellow-400 mb-px p-3'}>
|
||||
<p className={'text-yellow-900 text-sm text-center'}>
|
||||
This directory is too large to display in the browser,
|
||||
limiting
|
||||
the output to the first 250 files.
|
||||
limiting the output to the first 250 files.
|
||||
</p>
|
||||
</div>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue