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