浏览代码

style: update GotoAnything component styling (#25929)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
tags/1.9.0
GuanMu 1 个月前
父节点
当前提交
f62f926537
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/goto-anything/index.tsx

+ 1
- 1
web/app/components/goto-anything/index.tsx 查看文件

autoFocus autoFocus
/> />
{searchMode !== 'general' && ( {searchMode !== 'general' && (
<div className='flex items-center gap-1 rounded bg-blue-50 px-2 py-[2px] text-xs font-medium text-blue-600 dark:bg-blue-900/40 dark:text-blue-300'>
<div className='flex items-center gap-1 rounded bg-gray-100 px-2 py-[2px] text-xs font-medium text-gray-700 dark:bg-gray-800 dark:text-gray-300'>
<span>{(() => { <span>{(() => {
if (searchMode === 'scopes') if (searchMode === 'scopes')
return 'SCOPES' return 'SCOPES'

正在加载...
取消
保存