style(x-bot): 텍스트 필터 칩 검정 배경 흰 글씨로 변경
This commit is contained in:
parent
8f79ea4ee4
commit
f9f2b03403
1 changed files with 2 additions and 2 deletions
|
|
@ -432,13 +432,13 @@ function XBotDialog({ isOpen, onClose, botId = null, onSuccess }) {
|
|||
{textFilters.map((filter, idx) => (
|
||||
<span
|
||||
key={idx}
|
||||
className="inline-flex items-center gap-1 px-2 py-1 bg-gray-100 text-gray-900 rounded-md text-sm"
|
||||
className="inline-flex items-center gap-1 px-2 py-1 bg-black text-white rounded-md text-sm"
|
||||
>
|
||||
{filter}
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => setTextFilters(textFilters.filter((_, i) => i !== idx))}
|
||||
className="hover:text-black"
|
||||
className="text-white/60 hover:text-white"
|
||||
>
|
||||
<X size={14} />
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue