Skip to content
Snippets Groups Projects
Commit c0c56023 authored by Capucine Berthet's avatar Capucine Berthet Committed by Sébastien Blin
Browse files

ScrollToBottomButton: lighten DropShadow color

GitLab: #1479
Change-Id: I71f84a7089c9ad4dce8b99b340443fd2180df0d4
parent e7ee0acf
No related branches found
No related tags found
No related merge requests found
......@@ -86,10 +86,10 @@ Control {
enabled: true
effect: DropShadow {
z: -1
horizontalOffset: 3.0
verticalOffset: 3.0
radius: 5.0
color: JamiTheme.shadowColor
horizontalOffset: 1.0
verticalOffset: 1.0
radius: 6.0
color: "#29000000"
transparentBorder: true
samples: radius + 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment