diff --git a/src/components/atoms/DatePicker.tsx b/src/components/atoms/DatePicker.tsx index 64664906..61363984 100644 --- a/src/components/atoms/DatePicker.tsx +++ b/src/components/atoms/DatePicker.tsx @@ -58,8 +58,8 @@ const DatePicker: React.FC = ({ coordinates, selector, onClose onClick={handleConfirm} disabled={!selectedDate} className={`px-3 py-1 text-sm rounded ${selectedDate - ? 'bg-blue-500 text-white hover:bg-blue-600' - : 'bg-gray-300 text-gray-500 cursor-not-allowed' + ? 'bg-blue-500 text-white hover:bg-blue-600' + : 'bg-gray-300 text-gray-500 cursor-not-allowed' }`} > Confirm