From aa3d2ad08bb6d578e52774eaef6df07b119609c4 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Mon, 5 Feb 2024 19:50:24 +0300 Subject: [PATCH] add prefix for css styles --- resources/views/quantity.blade.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/views/quantity.blade.php b/resources/views/quantity.blade.php index fee1fa7..6643dbb 100644 --- a/resources/views/quantity.blade.php +++ b/resources/views/quantity.blade.php @@ -100,6 +100,7 @@ \Filament\Support\prepare_inherited_attributes($getExtraInputAttributeBag()) ->merge($extraAlpineAttributes, escape: false) ->merge([ + 'class' => 'zeus-quantity', 'disabled' => $isDisabled, 'id' => $id, 'max' => $getMaxValue, @@ -139,13 +140,13 @@