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();