bhl-forms 0.0.6 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10737,7 +10737,7 @@ var theme = {
10737
10737
  tel: textClassification,
10738
10738
  text: textClassification,
10739
10739
  textarea: __spreadProps(__spreadValues({}, textClassification), {
10740
- input: "block w-full h-32 px-3 border-none text-base text-gray-700 placeholder-gray-400 focus:shadow-outline"
10740
+ input: "block w-full h-32 px-3 border-none text-base text-gray-700 placeholder-gray-400 placeholder:text-sm focus:shadow-outline"
10741
10741
  }),
10742
10742
  time: textClassification,
10743
10743
  url: textClassification,