Skip to content

Commit b45fe4c

Browse files
author
brittneypostma
committed
added text colors
1 parent ff947a4 commit b45fe4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/main/src/pages/course/[coursePath]

frontend/main/src/pages/course/[coursePath]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default function Post({
113113
</Link>
114114
</div>
115115
</section>
116-
<section className="grid items-end justify-between gap-4 lg:flex">
116+
<section className="grid items-end justify-between gap-4 lg:flex text-basics-50 dark:text-basics-50">
117117
{post.authors ? (
118118
<>
119119
{post.authors?.map((author, i) => (

0 commit comments

Comments
 (0)