ui: fine-tune rounded icon border

The border color of `RoundedColor` is way darker than channel and chat icons in
other places of the application.

This commit aligns it so it's the same everywhere
This commit is contained in:
Pascal Precht 2020-06-18 12:34:49 +02:00 committed by Iuri Matias
parent 1c564a410d
commit a538584835
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Rectangle {
color: Theme.white
radius: 50
border.width: 1
border.color: Theme.darkGrey
border.color: "#10000000"
Image {
width: parent.width