1
0
Fork 0
mirror of synced 2024-08-30 09:13:15 +12:00
budibase/packages/server/appPackages/testApp/components/LoginForm.json
Budibase a06fa47e8a UI changes
UI changes including:
- button restyling
- new font
- nackend nav bar colour changed
- font resizing
- spacing adjusted
2019-09-18 19:16:11 +01:00

15 lines
294 B
JSON

{
"name": "LoginForm",
"description": "",
"inherits": "@budibase/standard-components/formControl",
"props": {
"label": "Joe",
"labelContainerClass": "Joe",
"controlContainerClass": "Joe",
"containerClass": "Joe",
"fullWidth": true
},
"tags": [
"login"
]
}