Better form themes (#465)
* Working on custom radius + input size * Fix date input clear vertical align * Moslty finished implementing small size * Polishing larger theme * Finish large theme * Added size/radius options in form editor * Darken help text, improve switch input help location * Slight form editor improvement * Fix styling * Polish of the form editor
This commit is contained in:
2
client/composables/forms/initForm.js
vendored
2
client/composables/forms/initForm.js
vendored
@@ -15,7 +15,7 @@ export const initForm = (defaultValue = {}, withDefaultProperties = false) => {
|
||||
color: "#3B82F6",
|
||||
hide_title: false,
|
||||
no_branding: false,
|
||||
uppercase_labels: true,
|
||||
uppercase_labels: false,
|
||||
transparent_background: false,
|
||||
closes_at: null,
|
||||
closed_text:
|
||||
|
||||
Reference in New Issue
Block a user