feat: make the identicon use the right color instead of white

This commit is contained in:
Jonathan Rainville 2021-04-06 11:38:49 -04:00 committed by Iuri Matias
parent 10fd90a152
commit d0914fbee2
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import QtQuick 2.12
import QtGraphicalEffects 1.0
import "../imports"
Rectangle {
id: root
@ -14,6 +15,7 @@ Rectangle {
width: 24
height: 24
color: Style.current.background
// apply rounded corners mask
layer.enabled: true