mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add subtle gradient
This commit is contained in:
parent
4856c7ba9b
commit
45e93ad6da
@ -18,6 +18,10 @@ Rectangle {
|
||||
position: 0.0
|
||||
color: "#ffffff"
|
||||
}
|
||||
GradientStop {
|
||||
position: 0.1
|
||||
color: "#fAffffff"
|
||||
}
|
||||
GradientStop {
|
||||
position: 1.0
|
||||
color: "#DFffffff"
|
||||
|
Loading…
Reference in New Issue
Block a user