From d5459b64d2fe4d69ccfc267a630fef1293da1992 Mon Sep 17 00:00:00 2001
From: abhisheks <abhisheks@consultbop.com>
Date: Fri, 5 Jan 2024 12:27:27 +0530
Subject: [PATCH] refactor: update styles for 'optional' text below form fields

---
 templates/_partials/form-fields.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/_partials/form-fields.tpl b/templates/_partials/form-fields.tpl
index 396746a..98acbfd 100644
--- a/templates/_partials/form-fields.tpl
+++ b/templates/_partials/form-fields.tpl
@@ -171,7 +171,7 @@
 
     </div>
 
-    <div class="col-md-3 form-control-comment">
+    <div class="col-md-3 form-control-comment text-sm text-gray-600">
       {block name='form_field_comment'}
         {if (!$field.required && !in_array($field.type, ['radio-buttons', 'checkbox']))}
          {l s='Optional' d='Shop.Forms.Labels'}