File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,15 +131,15 @@ const EventsGrid = memo(({ data }: EventsGridProps) => {
131131 />
132132 </ div >
133133 ) }
134- < CardHeader className = "p-3.5 pb-0" >
134+ < CardHeader className = "p-3.5 pb-0 border-gray-200 dark:border-gray-700 border-l border-r " >
135135 < CardTitle className = "text-sm line-clamp-2 leading-tight text-gray-900 dark:text-white" >
136136 { event . name }
137137 </ CardTitle >
138138 < p className = "text-xs text-gray-600 dark:text-gray-400" >
139139 @{ event . club_handle }
140140 </ p >
141141 </ CardHeader >
142- < CardContent className = "flex flex-col gap-1 h-full p-3.5 pt-2.5" >
142+ < CardContent className = "flex border-gray-200 dark:border-gray-700 flex-col border-b border-l rounded-b-xl border-r gap-1 h-full p-3.5 pt-2.5" >
143143 < div className = "flex items-center space-x-2 text-xs text-gray-600 dark:text-gray-400" >
144144 < Calendar className = "h-3.5 w-3.5 flex-shrink-0" />
145145 < span className = "truncate" > { formatPrettyDate ( event . date ) } </ span >
You can’t perform that action at this time.
0 commit comments