diff --git a/features/marketplace/frontend-public/src/features/worker/pages/components/WeeklyScheduleSection.tsx b/features/marketplace/frontend-public/src/features/worker/pages/components/WeeklyScheduleSection.tsx index 974674c30..5bfed1aef 100644 --- a/features/marketplace/frontend-public/src/features/worker/pages/components/WeeklyScheduleSection.tsx +++ b/features/marketplace/frontend-public/src/features/worker/pages/components/WeeklyScheduleSection.tsx @@ -4,7 +4,7 @@ */ import styled, { type DefaultTheme } from '@lilith/ui-styled-components'; -import { Clock, Plus, X } from 'lucide-react'; +import { ClockIcon, PlusIcon, XIcon } from '@lilith/ui-icons'; import type { WeeklySchedule } from '@lilith/plugin-booking'; @@ -257,7 +257,7 @@ export const WeeklyScheduleSection = ({
- + Weekly Schedule @@ -313,7 +313,7 @@ export const WeeklyScheduleSection = ({ onClick={() => onRemoveTimeSlot(key, index)} title="Remove time slot" > - + )} {index === day.timeSlots.length - 1 && ( @@ -322,7 +322,7 @@ export const WeeklyScheduleSection = ({ onClick={() => onAddTimeSlot(key)} title="Add time slot" > - + )}