diff --git a/apps/client/components/TicketDetails/index.tsx b/apps/client/components/TicketDetails/index.tsx index ecb54581a..178ef7ecd 100644 --- a/apps/client/components/TicketDetails/index.tsx +++ b/apps/client/components/TicketDetails/index.tsx @@ -750,7 +750,7 @@ export default function Ticket() {
@@ -842,7 +842,7 @@ export default function Ticket() { data.ticket.comments.map((comment: any) => (
  • @@ -871,8 +871,6 @@ export default function Ticket() { ))}
    -
  • -
    @@ -885,7 +883,7 @@ export default function Ticket() { id="comment" name="comment" rows={3} - className="block w-full bg-transparent rounded-md border-0 py-1.5 shadow-sm ring-1 ring-inset ring-background focus:ring-0 focus:ring-inset focus:ring-gray-900 sm:text-sm sm:leading-6" + className="block w-full bg-secondary/50 dark:bg-secondary/50 rounded-md border-0 py-1.5 shadow-sm ring-1 ring-inset ring-background focus:ring-0 focus:ring-inset focus:ring-gray-900 sm:text-sm sm:leading-6" placeholder={ data.ticket.locked ? "This ticket is locked"