This commit is contained in:
Alin
2024-04-17 17:36:04 -06:00
parent b9a60f5977
commit 390e23e31d
24 changed files with 1097 additions and 529 deletions
+1 -2
View File
@@ -88,7 +88,7 @@ struct AppListItems: View {
if (isHovered || isSelected) && !mini {
Triangle()
.fill(isSelected ? themeSettings.themeColor : Color("mode").opacity(0.1))
.fill(themeSettings.themeColor)
.frame(width: isSelected ? 16 : 8, height: 30)
.padding(.leading, 5)
.offset(x: 22)
@@ -115,7 +115,6 @@ struct AppListItems: View {
}
}
}
// .grayscale(opacityForItem(appInfo.path))
}