1
0
Fork 0
mirror of synced 2024-08-30 09:13:15 +12:00
budibase/packages/server/appPackages/testApp/components/Button.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

11 lines
185 B
JSON

{
"name": "Button",
"description": "PrimaryButton",
"inherits": "@budibase/standard-components/button",
"props": {
"contentText": "Save"
},
"tags": [
"button"
]
}