mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 15:06:38 +00:00
fix: sidebar switch to theme variables
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user