@engagebay/engagebay-form-module 1.0.8 → 1.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.
package/package.json
CHANGED
|
@@ -202,7 +202,7 @@ export const BusinessHoursField: React.FC<FormFieldComponentPropSchema> = (
|
|
|
202
202
|
disableDefaultWrapper: true,
|
|
203
203
|
defaultValue: "08:30",
|
|
204
204
|
customClassNames: {
|
|
205
|
-
fieldClassName: "
|
|
205
|
+
fieldClassName: "cursor-pointer bg-blue-100",
|
|
206
206
|
},
|
|
207
207
|
},
|
|
208
208
|
{
|
|
@@ -212,7 +212,7 @@ export const BusinessHoursField: React.FC<FormFieldComponentPropSchema> = (
|
|
|
212
212
|
disableDefaultWrapper: true,
|
|
213
213
|
defaultValue: "18:00",
|
|
214
214
|
customClassNames: {
|
|
215
|
-
fieldClassName: "
|
|
215
|
+
fieldClassName: "cursor-pointer bg-blue-100",
|
|
216
216
|
},
|
|
217
217
|
},
|
|
218
218
|
],
|