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.
|
It looks like you have no databases. Click the button below to create one now.
|
||||||
</p>
|
</p>
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue