Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Fix style for inputs active/selected state
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Arze Leon authored and Rodrigo Arze Leon committed Oct 24, 2024
1 parent bcb49cb commit 324e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/SchemaForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function generateUiSchema(jsonSchema: RJSFSchema): UiSchema {
const friendlyLabel = titleCase(key)
uiSchema[key] = {
'ui:title': friendlyLabel,
'ui:classNames': 'pt-2 mr-2',
'ui:classNames': 'pt-2 mx-1',
}

if (typeof value === 'object' && isTypeObject(value)) {
Expand Down

0 comments on commit 324e1a6

Please sign in to comment.