Skip to content

Commit 7ab6d41

Browse files
liudmylasovetovsViktorSvertoka
authored andcommitted
(SP: 1) [SHOP] fix lifecycle error alert contrast in admin order detail
1 parent f3b7f0a commit 7ab6d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/app/[locale]/admin/shop/orders/[id]

frontend/app/[locale]/admin/shop/orders/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ export default async function OrderDetailPage({
630630
{lifecycleErrorKey ? (
631631
<p
632632
role="alert"
633-
className="mt-3 rounded-md border border-amber-500/20 bg-amber-500/5 px-3 py-2 text-xs text-amber-100"
633+
className="mt-3 rounded-md border border-amber-500/20 bg-amber-500/5 px-3 py-2 text-xs text-amber-700 dark:text-amber-100"
634634
>
635635
{t(lifecycleErrorKey)}
636636
</p>

0 commit comments

Comments
 (0)