From 27e48bfa2d753e109baa2a504cb58ba17a9944ad Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 31 Jan 2024 14:03:39 +0800 Subject: [PATCH] * Fix bug #45491. --- module/product/ui/index.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/product/ui/index.html.php b/module/product/ui/index.html.php index 3be30235a0..dde9da4930 100644 --- a/module/product/ui/index.html.php +++ b/module/product/ui/index.html.php @@ -21,7 +21,7 @@ if(empty($products)) $lang->product->noProduct ), a( - setClass('btn ghost text-primary'), + setClass('btn primary-pale border-primary'), icon('plus'), set::href(createLink('product', 'create')), $lang->product->create @@ -34,4 +34,4 @@ else helper::end(); } -render(); \ No newline at end of file +render();