fix(nc-gui): change create base icon

This commit is contained in:
Ramesh Mane
2025-05-17 06:32:00 +00:00
parent eb2295aa1f
commit 99860676de

View File

@@ -418,7 +418,11 @@ watch([searchInputRef, showProjectList], () => {
data-testid="nc-sidebar-create-base-btn"
>
<div class="flex items-center gap-2">
<GeneralIcon icon="plus" />
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#D6E0FF" />
<path d="M8 4V12" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" />
<path d="M4 8H12" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<div class="flex">{{ $t('title.createBase') }}</div>
</div>