Skip to content

Commit

Permalink
Survey: update prose in SurveyScreenHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Jan 16, 2024
1 parent 4646add commit e478364
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ export const SurveyScreenHeader: React.FC<SurveyScreenHeaderProps> = ({ title, d
</div>

{Boolean(description) && (
<Markdown className="prose-p:text-base prose-p:text-gray-700" markdown={description} />
// todo color handling
<Markdown
className="prose-p:text-base prose-p:sm:text-lg hover:prose-a:text-[#5F071B] prose-p:text-gray-700 prose-a:text-base prose-a:underline prose-a:sm:text-lg prose-a:text-[#D60F3D]"
markdown={description}
/>
)}
</section>
)
Expand Down

0 comments on commit e478364

Please sign in to comment.