fix(hover-panel): restore top border radius
This commit is contained in:
parent
20159f0514
commit
d9101c2415
2 changed files with 2 additions and 6 deletions
|
|
@ -6,10 +6,7 @@ Rectangle {
|
|||
|
||||
color: M.Theme.base01
|
||||
opacity: Math.max(M.Theme.barOpacity, 0.85)
|
||||
topLeftRadius: 0
|
||||
topRightRadius: 0
|
||||
bottomLeftRadius: M.Theme.radius
|
||||
bottomRightRadius: M.Theme.radius
|
||||
radius: M.Theme.radius
|
||||
border.color: accentColor
|
||||
border.width: 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue