From fc1bd79340d0ae4326dd6d69815e509cf4a910d8 Mon Sep 17 00:00:00 2001 From: sunhao Date: Fri, 12 Jan 2024 14:02:28 +0800 Subject: [PATCH] * zin: change default btn type of label actions. --- lib/zin/wg/formlabel/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/formlabel/v1.php b/lib/zin/wg/formlabel/v1.php index 40a9de089c..dbe806e298 100644 --- a/lib/zin/wg/formlabel/v1.php +++ b/lib/zin/wg/formlabel/v1.php @@ -41,7 +41,7 @@ class formLabel extends wg $actions = toolbar ( setClass('form-label-actions size-sm', $actionsClass), - set::btnClass('ghost'), + set::btnClass('primary-ghost'), set::items($actions), set($actionsProps) );