solid group backgrounds, glow shader on gradient border
This commit is contained in:
parent
d33b47139a
commit
0181c566cf
2 changed files with 21 additions and 1 deletions
|
|
@ -36,7 +36,14 @@ Item {
|
|||
shadowHorizontalOffset: 0
|
||||
}
|
||||
|
||||
// Background gradient
|
||||
// Solid background
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
radius: M.Theme.radius
|
||||
color: M.Theme.base01
|
||||
}
|
||||
|
||||
// Accent gradient overlay
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
radius: M.Theme.radius
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue