Skip to content

Commit

Permalink
Project text color black
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil authored Feb 8, 2024
1 parent f878d5e commit ab16064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/resources/meetings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Meeting = (props: MeetingReactProps) => {
) {
return (
<div>
<p className="text-4xl font-semibold text-royal">{props.name}</p>
<p className="text-4xl font-semibold">{props.name}</p>
<p>No meetings currently planned.</p>
</div>
);
Expand Down Expand Up @@ -61,7 +61,7 @@ const Meeting = (props: MeetingReactProps) => {
return (
<div className="flex flex-col md:flex-row items-center">
<div className="mr-auto">
<p className="text-4xl font-semibold text-royal">{props.name}</p>
<p className="text-4xl font-semibold">{props.name}</p>
<p>
{dateFormat.format(start)} {startTime} - {timeFormat.format(end)}
</p>
Expand Down

0 comments on commit ab16064

Please sign in to comment.