No results design changes
This commit is contained in:
parent
3b8b531d2b
commit
4f544343f3
|
@ -132,7 +132,7 @@
|
|||
{#if showNoResults}
|
||||
<Layout paddingY="none" paddingX="L">
|
||||
<div class="no-results">
|
||||
There aren't any datasource matching '{searchTerm}'
|
||||
There aren't any datasource matching that route
|
||||
</div>
|
||||
</Layout>
|
||||
{/if}
|
||||
|
@ -148,4 +148,8 @@
|
|||
place-items: center;
|
||||
flex: 0 0 24px;
|
||||
}
|
||||
|
||||
.no-results {
|
||||
color: var(--spectrum-global-color-gray-600);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue