1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

No results design changes

This commit is contained in:
Adria Navarro 2023-11-23 09:43:24 +01:00
parent 3b8b531d2b
commit 4f544343f3

View file

@ -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>