Skip to content

Commit

Permalink
style: change edit button text color
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jul 9, 2024
1 parent 547109e commit fc67dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/page/feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export function FeedPage({ id, TOC, clean }: { id: string, TOC: () => JSX.Elemen
href={`/writing/${feed.id}`}
className="flex-1 flex flex-col items-end justify-center px-2 py bg-secondary bg-hover bg-active rounded-full transition"
>
<i className="ri-edit-2-line dark:text-neutral-400" />
<i className="ri-edit-2-line" />
</Link>
<button
aria-label={t("delete.title")}
Expand Down

0 comments on commit fc67dfd

Please sign in to comment.