mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
minor changes to fonts, spacing and colors
This commit is contained in:
@@ -5,7 +5,7 @@ type FinalSummaryProps = {
|
||||
export default function FinalSummary(props: FinalSummaryProps) {
|
||||
return (
|
||||
<div className="overflow-y-auto h-auto max-h-full">
|
||||
<h2 className="text-xl font-bold">Final Summary</h2>
|
||||
<h2 className="text-xl md:text-2xl font-bold">Final Summary</h2>
|
||||
<p>{props.text}</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user