14 lines
318 B
JSON
14 lines
318 B
JSON
{
|
|
"name": "common/Primary Button",
|
|
"description": "a styled button",
|
|
"inherits": "@budibase/standard-components/button",
|
|
"props": {
|
|
"padding": "5px 7px",
|
|
"border": "1px solid #EEE",
|
|
"color": "#5F6368",
|
|
"background": "##f2f2f2",
|
|
"hoverColor": "black",
|
|
"hoverBackground": "#cccccc"
|
|
}
|
|
}
|