fix: sidebar switch to theme variables

This commit is contained in:
DarkPhoenix2704
2025-09-11 15:12:38 +00:00
parent 52db5b36a1
commit df785baaed
13 changed files with 78 additions and 69 deletions

View File

@@ -46,7 +46,7 @@ const onKeydown = (e: KeyboardEvent) => {
@keydown="onKeydown"
>
<template #prefix>
<GeneralIcon icon="search" class="mr-1 h-4 w-4 text-gray-500 group-hover:text-black" />
<GeneralIcon icon="search" class="mr-1 h-4 w-4 text-nc-content-gray-muted group-hover:text-nc-content-gray-extreme" />
</template>
</a-input>
</template>