Skip to content

Commit d1c47ec

Browse files
fix(usb-drive-manager): use standard error hover colors for eject button
1 parent 003c69d commit d1c47ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

usb-drive-manager/DeviceCard.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ Rectangle {
223223
baseSize: Style.baseWidgetSize * 0.8
224224
colorBg: Color.mSurfaceVariant
225225
colorFg: Color.mOnSurfaceVariant
226-
colorBgHover: Color.mErrorContainer
227-
colorFgHover: Color.mOnErrorContainer
226+
colorBgHover: Color.mError
227+
colorFgHover: Color.mOnError
228228
colorBorder: "transparent"
229229
colorBorderHover: "transparent"
230230
onClicked: root.ejectRequested(device.path, device.parentPath, root.displayLabel)

usb-drive-manager/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "usb-drive-manager",
33
"name": "USB Drive Manager",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"minNoctaliaVersion": "3.6.0",
66
"author": "hennifant",
77
"license": "MIT",

0 commit comments

Comments
 (0)