Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit daabf81

Browse files
Merge pull request #16 from aerogear/bold-nested-titles
2 parents abe02d9 + 9e0907a commit daabf81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"uniforms-bridge-json-schema": "^2.6.7",
2020
"uniforms-bridge-simple-schema": "^2.6.7",
2121
"uniforms-bridge-simple-schema-2": "^2.6.7",
22-
"uniforms-patternfly": "^0.1.1"
22+
"uniforms-patternfly": "^0.1.2"
2323
},
2424
"devDependencies": {
2525
"parcel-bundler": "1.12.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uniforms-patternfly",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Patternfly forms for uniforms",
55
"repository": "[email protected]:aerogear/uniforms-patternfly.git",
66
"author": "Gianluca <[email protected]>",

src/NestField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Nest = ({
3333
style={{ marginBottom: '1.5rem' }}
3434
>
3535
<CardBody>
36-
{label && <label>{label}</label>}
36+
{label && <label><b>{label}</b></label>}
3737
{children
3838
? injectName(name, children)
3939
: fields?.map(key => (

0 commit comments

Comments
 (0)