Skip to content

Commit

Permalink
fix(QTimeline): JSON > "color" prop default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 15e1dc3 commit c28f99d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/components/timeline/QTimeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

"props": {
"color": {
"extends": "color"
"extends": "color",
"default": "'primary'"
},

"side": {
Expand Down

0 comments on commit c28f99d

Please sign in to comment.