mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
feat: add custom font sizes to fields (#1376)
Adds custom font sizes to fields https://github.com/user-attachments/assets/1473a4d7-8dc6-4ead-acf5-dd78be7782a0
This commit is contained in:
@ -66,6 +66,7 @@ export const CheckboxFieldAdvancedSettings = ({
|
||||
required,
|
||||
validationRule,
|
||||
validationLength,
|
||||
type: 'checkbox',
|
||||
},
|
||||
);
|
||||
handleErrors(errors);
|
||||
@ -86,6 +87,7 @@ export const CheckboxFieldAdvancedSettings = ({
|
||||
required,
|
||||
validationRule,
|
||||
validationLength,
|
||||
type: 'checkbox',
|
||||
},
|
||||
);
|
||||
handleErrors(errors);
|
||||
|
||||
Reference in New Issue
Block a user