Skip to content

Commit

Permalink
feat(applets): changed button and field styles (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Puria Nafisi Azizi <[email protected]>
  • Loading branch information
bbtgnn and puria authored Dec 14, 2023
1 parent e93db84 commit 42229cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
File renamed without changes.
11 changes: 3 additions & 8 deletions contracts/create.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,9 @@
},
"fields": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
"items": {
"type": "string"
}
}
},
"required": ["object", "fields"]
Expand Down

0 comments on commit 42229cd

Please sign in to comment.