improve styles
This commit is contained in:
@@ -14,6 +14,7 @@ export default function OrderBlock({ analysisOrder, itemsAnalysisPackage, itemsO
|
||||
<div className="flex flex-col gap-4">
|
||||
<h4>
|
||||
<Trans i18nKey="analysis-results:orderTitle" values={{ orderNumber: analysisOrder.medusa_order_id }} />
|
||||
{` (${analysisOrder.id})`}
|
||||
</h4>
|
||||
<div className="flex gap-2">
|
||||
<h5>
|
||||
|
||||
@@ -103,7 +103,7 @@ export default function SelectAnalysisPackage({
|
||||
className="max-h-48 w-full opacity-10"
|
||||
/>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-1 text-center">
|
||||
<CardContent className="space-y-2 text-center">
|
||||
<PackageHeader
|
||||
title={title}
|
||||
tagColor="bg-cyan"
|
||||
|
||||
Reference in New Issue
Block a user