mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
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…
x
Reference in New Issue
Block a user