ddingdong-design-system 0.3.0 → 0.3.1

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.
@@ -2892,7 +2892,7 @@ function Hr({ value: e, onClickReset: r, ...t }) {
2892
2892
  "input",
2893
2893
  {
2894
2894
  value: e,
2895
- className: "focus:bg-primary-50 w-full rounded-xl border-none bg-gray-50 px-4 py-3 outline-1 outline-gray-200 md:py-3.5",
2895
+ className: "focus:ring-primary-200 focus:outline-primary-300 w-full rounded-xl border-none border-gray-100 bg-white px-4 py-3 outline-1 outline-gray-200 focus:ring-4 focus:outline-1 md:py-3.5",
2896
2896
  ...t
2897
2897
  }
2898
2898
  ),