Merge branch 'main' into power-signer

This commit is contained in:
Ephraim Duncan
2024-10-16 14:10:55 +00:00
committed by GitHub
30 changed files with 660 additions and 201 deletions

View File

@ -128,7 +128,7 @@ export const SigningFieldContainer = ({
};
return (
<div className={cn('[container-type:size]', type === 'Checkbox' ? 'group' : '')}>
<div className={cn('[container-type:size]', { group: type === 'Checkbox' })}>
<FieldRootContainer field={field}>
{!field.inserted && !loading && !readOnlyField && (
<button