From 38d01821b2b7b3431d13000e5d6e410d1357a380 Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Wed, 16 Jul 2025 20:58:05 +0200 Subject: [PATCH] enhanced `ResearchLive` project card layout: added min-height and flex properties to improve aesthetic and text alignment consistency Signed-off-by: Matthias Puchstein --- src/components/dreamarchive/StudyCard.tsx | 4 ++-- src/data/MockResearchLive.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/dreamarchive/StudyCard.tsx b/src/components/dreamarchive/StudyCard.tsx index 7a7790c..eb183f7 100644 --- a/src/components/dreamarchive/StudyCard.tsx +++ b/src/components/dreamarchive/StudyCard.tsx @@ -22,7 +22,7 @@ interface StudyCardProps { export const StudyCard: React.FC = ({study}) => { return ( -
+
} @@ -63,7 +63,7 @@ export const StudyCard: React.FC = ({study}) => {

diff --git a/src/data/MockResearchLive.ts b/src/data/MockResearchLive.ts index 37cc0ae..a2ec3a0 100644 --- a/src/data/MockResearchLive.ts +++ b/src/data/MockResearchLive.ts @@ -113,7 +113,7 @@ export const upcomingEvents: Event[] = [ title: "Regional Dream Conference", location: "Ort wird noch bekanntgegeben", type: "Konferenz", - typeColor: "blue", + typeColor: "emerald", }, { id: 2, @@ -129,7 +129,7 @@ export const upcomingEvents: Event[] = [ title: "Internationale Jahreskonferenz der IASD", location: "Ort wird noch bekanntgegeben", type: "Konferenz", - typeColor: "rose", + typeColor: "emerald", }, ];