diff --git a/frontend/src/components/pc/admin/bot/XBotDialog.jsx b/frontend/src/components/pc/admin/bot/XBotDialog.jsx index d877c39..f74e18e 100644 --- a/frontend/src/components/pc/admin/bot/XBotDialog.jsx +++ b/frontend/src/components/pc/admin/bot/XBotDialog.jsx @@ -102,7 +102,7 @@ function Dropdown({ value, options, onChange, placeholder = '선택', className setIsOpen(false); }} className={`w-full px-4 py-2 text-left hover:bg-gray-50 transition-colors text-sm ${ - value === opt.value ? 'bg-sky-50 text-sky-600' : '' + value === opt.value ? 'bg-gray-100 text-gray-900' : '' }`} > {opt.label} @@ -269,7 +269,7 @@ function XBotDialog({ isOpen, onClose, botId = null, onSuccess }) { {/* 본문 */} {botLoading ? (