tooltip flyout border matches module accent color
This commit is contained in:
parent
5b901478c7
commit
91657003c0
7 changed files with 9 additions and 1 deletions
|
|
@ -85,12 +85,14 @@ PanelWindow {
|
|||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: M.Theme.base00
|
||||
color: M.Theme.base01
|
||||
opacity: Math.max(M.Theme.barOpacity, 0.85)
|
||||
topLeftRadius: 0
|
||||
topRightRadius: 0
|
||||
bottomLeftRadius: M.Theme.radius
|
||||
bottomRightRadius: M.Theme.radius
|
||||
border.color: M.FlyoutState.accentColor
|
||||
border.width: 1
|
||||
}
|
||||
|
||||
Text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue