Skip to content

Commit 8a7f8d5

Browse files
authored
f (#300)
2 parents a5d343b + f0fe093 commit 8a7f8d5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

web/app/routes/$userName+/page+/$slug+/components/sourceTextAndTranslationSection/SourceTextAndTranslationSection.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ export function SourceTextAndTranslationSection({
2020
}) {
2121
return (
2222
<>
23-
<span className={`inline-block text-gray-500 ${sourceTextClassName}`}>
23+
<span
24+
className={`inline-block text-gray-500 dark:text-gray-400 ${sourceTextClassName}`}
25+
>
2426
{isPublished === false && <Lock className="h-6 w-6 mr-1 inline" />}
2527
{elements}
2628
</span>

0 commit comments

Comments
 (0)