remove explicit coloring from shadcn summary card
This commit is contained in:
@@ -251,8 +251,8 @@ export default function HomePage() {
|
|||||||
{/* Summary Panel */}
|
{/* Summary Panel */}
|
||||||
{
|
{
|
||||||
summary && (
|
summary && (
|
||||||
<Card className="p-4 mb-4 bg-gray-50 border border-gray-200">
|
<Card className="p-4 mb-4">
|
||||||
<div className="text-sm text-gray-500 mb-1">
|
<div className="text-sm mb-1">
|
||||||
Summary updated {summaryUpdated}
|
Summary updated {summaryUpdated}
|
||||||
</div>
|
</div>
|
||||||
<div>{summary}</div>
|
<div>{summary}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user