Skip to content

Commit

Permalink
fix(QSplitter): "dark" definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 3af7616 commit f077643
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ui/src/components/splitter/QSplitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@
},

"dark": {
"type": "Boolean",
"desc": "Applies a default lighter color on the separator; To be used when background is darker; Avoid using when you are overriding through separator-class or separator-style props",
"category": "style"
"extends": "dark",
"desc": "Applies a default lighter color on the separator; To be used when background is darker; Avoid using when you are overriding through separator-class or separator-style props"
}
},

Expand Down

0 comments on commit f077643

Please sign in to comment.