💄 Improve progress bar UI and make avoid starting at 0
This commit is contained in:
@ -19433,8 +19433,12 @@
|
||||
"family": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"css": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string",
|
||||
"description": "Deprecated, use `css` instead"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -6744,8 +6744,12 @@
|
||||
"family": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"css": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string",
|
||||
"description": "Deprecated, use `css` instead"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
Reference in New Issue
Block a user