Skip to content

Commit

Permalink
fix(QInnerLoading): size prop default value & JSON type
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent dbf502c commit d5503f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/inner-loading/QInnerLoading.js
Expand Up @@ -18,7 +18,7 @@ export default createComponent({

size: {
type: [ String, Number ],
default: 42
default: '42px'
},

label: String,
Expand Down
1 change: 1 addition & 0 deletions ui/src/components/inner-loading/QInnerLoading.json
Expand Up @@ -18,6 +18,7 @@
},

"size": {
"type": [ "String", "Number" ],
"desc": "Size in CSS units, including unit name, or standard size name (xs|sm|md|lg|xl), for the inner Spinner (unless using the default slot)",
"default": "'42px'"
},
Expand Down

0 comments on commit d5503f7

Please sign in to comment.