diff --git a/frontend/components/admin/dashboard/widgets/DriverManagementSettings.tsx b/frontend/components/admin/dashboard/widgets/DriverManagementSettings.tsx index a77dfda5..0f09286e 100644 --- a/frontend/components/admin/dashboard/widgets/DriverManagementSettings.tsx +++ b/frontend/components/admin/dashboard/widgets/DriverManagementSettings.tsx @@ -44,7 +44,7 @@ export function DriverManagementSettings({ config, onSave, onClose }: DriverMana - + 사용 안 함 10초마다 30초마다 @@ -67,7 +67,7 @@ export function DriverManagementSettings({ config, onSave, onClose }: DriverMana - + 기사명 차량번호 운행상태 @@ -84,7 +84,7 @@ export function DriverManagementSettings({ config, onSave, onClose }: DriverMana - + 오름차순 내림차순 @@ -92,62 +92,6 @@ export function DriverManagementSettings({ config, onSave, onClose }: DriverMana - {/* 테마 설정 */} -
- -
- - - -
- - {/* 사용자 지정 색상 */} - {localConfig.theme === "custom" && ( - - -
- setLocalConfig({ ...localConfig, customColor: e.target.value })} - className="h-12 w-20 cursor-pointer" - /> -
- setLocalConfig({ ...localConfig, customColor: e.target.value })} - placeholder="#3b82f6" - className="font-mono" - /> -

테이블 배경색으로 사용됩니다

-
-
-
- )} -
- {/* 표시 컬럼 선택 */}