diff --git a/renderer/components/timelines/Timeline.tsx b/renderer/components/timelines/Timeline.tsx index bc7c4e83..b25364f3 100644 --- a/renderer/components/timelines/Timeline.tsx +++ b/renderer/components/timelines/Timeline.tsx @@ -290,7 +290,7 @@ export default function Timeline(props: Props) { color="blue-gray" placeholder={formatMessage({ id: 'timeline.search' })} containerProps={{ className: 'h-7' }} - className="!py-1 !px-2 !text-xs placeholder:opacity-100" + className="!py-1 !px-2 !text-xs placeholder:opacity-100 text-white" /> diff --git a/renderer/components/timelines/status/Body.tsx b/renderer/components/timelines/status/Body.tsx index fcce1434..728ac976 100644 --- a/renderer/components/timelines/status/Body.tsx +++ b/renderer/components/timelines/status/Body.tsx @@ -19,7 +19,7 @@ export default function Body(props: Props) { return (