Skip to content

Commit 02c0d93

Browse files
committed
Make text more readable
1 parent 00bf564 commit 02c0d93

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

resources/scripts/components/server/databases/DatabasesContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default () => {
5252
/>
5353
))
5454
:
55-
<p className={'text-center text-sm text-neutral-200'}>
55+
<p className={'text-center text-sm text-neutral-400'}>
5656
It looks like you have no databases. Click the button below to create one now.
5757
</p>
5858
}

resources/scripts/components/server/files/FileManagerContainer.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default () => {
4848
:
4949
<React.Fragment>
5050
{!files.length ?
51-
<p className={'text-sm text-neutral-600 text-center'}>
51+
<p className={'text-sm text-neutral-400 text-center'}>
5252
This directory seems to be empty.
5353
</p>
5454
:
@@ -60,8 +60,7 @@ export default () => {
6060
<div className={'rounded bg-yellow-400 mb-px p-3'}>
6161
<p className={'text-yellow-900 text-sm text-center'}>
6262
This directory is too large to display in the browser,
63-
limiting
64-
the output to the first 250 files.
63+
limiting the output to the first 250 files.
6564
</p>
6665
</div>
6766
{

0 commit comments

Comments
 (0)