diff --git a/renderer/components/timelines/Timeline.tsx b/renderer/components/timelines/Timeline.tsx index b4e5bb0401..8376f18416 100644 --- a/renderer/components/timelines/Timeline.tsx +++ b/renderer/components/timelines/Timeline.tsx @@ -271,7 +271,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 fcce1434a1..728ac97679 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 (