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 (
+
{rebloggedHeader( props.status, formatMessage( @@ -148,19 +148,19 @@ export default function Status(props: Props) { onClick={onClick} >
-
openUser(status.account.id)}> +
openUser(status.account.id)}> - @{status.account.acct} + @{status.account.acct}
-
+
- +
{!spoilered && ( <> @@ -209,10 +209,10 @@ const rebloggedHeader = (status: Entity.Status, alt: string) => { if (status.reblog && !status.quote) { return (
-
+
-
+