detail page complated
This commit is contained in:
@@ -51,7 +51,7 @@ export const SectionCard: React.FC<SectionCardProps> = ({
|
||||
accent = 'blue',
|
||||
}) => (
|
||||
<div
|
||||
className={`bg-white rounded-2xl shadow-sm border border-slate-100 border-t-4 ${accentMap[accent]} overflow-hidden ${className}`}
|
||||
className={`w-full bg-white rounded-2xl shadow-sm border border-slate-100 border-t-4 ${accentMap[accent]} overflow-hidden ${className}`}
|
||||
>
|
||||
<div className="px-6 py-4 border-b border-slate-50">
|
||||
<h2 className="text-sm font-semibold text-slate-700 uppercase tracking-widest flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user