NotifHistoryPanel: mTertiary hover
This commit is contained in:
parent
7d47b98621
commit
73a611d414
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ NPanel {
|
||||||
width: notificationList ? notificationList.width : 380 * scaling
|
width: notificationList ? notificationList.width : 380 * scaling
|
||||||
height: Math.max(80, notificationContent.height + 30)
|
height: Math.max(80, notificationContent.height + 30)
|
||||||
radius: Style.radiusM * scaling
|
radius: Style.radiusM * scaling
|
||||||
color: notificationMouseArea.containsMouse ? Color.mPrimary : Color.mSurfaceVariant
|
color: notificationMouseArea.containsMouse ? Color.mTertiary : Color.mSurfaceVariant
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors {
|
anchors {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue