Skip to content

Commit

Permalink
fix author text color
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Oct 1, 2024
1 parent bd2621d commit dfddbc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export function AnnotationTable() {
</div>
</div>

<div className="text-sds-color-primitive-gray-600 text-sds-body-xxs leading-sds-header-xxs mt-sds-s">
<div className="text-sds-color-semantic-text-base-secondary text-sds-body-xxs leading-sds-header-xxs mt-sds-s">
<AuthorList authors={annotation.authors} compact />
</div>
</TableCell>
Expand Down

0 comments on commit dfddbc3

Please sign in to comment.