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:
parent
1c564a410d
commit
a538584835
|
@ -9,7 +9,7 @@ Rectangle {
|
|||
color: Theme.white
|
||||
radius: 50
|
||||
border.width: 1
|
||||
border.color: Theme.darkGrey
|
||||
border.color: "#10000000"
|
||||
|
||||
Image {
|
||||
width: parent.width
|
||||
|
|
Loading…
Reference in New Issue