diff --git a/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml b/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml index 88f5da9..8cf41dd 100644 --- a/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml +++ b/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml @@ -53,7 +53,7 @@ ColumnLayout { Layout.fillWidth: true Layout.preferredHeight: 140 * scaling radius: Style.radiusM * scaling - color: Color.mSecondary + color: Color.transparent NImageRounded { anchors.fill: parent @@ -61,6 +61,8 @@ ColumnLayout { imagePath: currentWallpaper fallbackIcon: "image" imageRadius: Style.radiusM * scaling + borderColor: Color.mSecondary + borderWidth: Style.borderL * 2 * scaling } }