Skip to content

Commit

Permalink
Improve diff accessability
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Feb 5, 2025
1 parent ac9a76a commit 89c3e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/moderation/AppstreamChangesRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const MarkDiff = ({
return (
<mark
key={i}
className="dark:bg-flathub-status-green bg-flathub-status-green-dark"
className="dark:bg-flathub-status-green bg-flathub-status-green-dark dark:text-white"
>
{a[1]}
</mark>
Expand All @@ -53,7 +53,7 @@ const MarkDiff = ({
return (
<mark
key={i}
className="dark:bg-flathub-status-red bg-flathub-status-red-dark"
className="dark:bg-flathub-status-red bg-flathub-status-red-dark text-white"
>
{a[1]}
</mark>
Expand Down

0 comments on commit 89c3e64

Please sign in to comment.