Move to AF swift package

This commit is contained in:
Alin
2024-07-16 15:09:31 -06:00
parent cf5143f17d
commit b415f74557
29 changed files with 33 additions and 1792 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ struct AppListItems: View {
HStack {
Spacer()
RoundedRectangle(cornerRadius: 50)
.fill(isSelected ? Color("pear") : .primary.opacity(0.5))
.fill(isSelected ? Color("AccentColor") : .primary.opacity(0.5))
.frame(width: isSelected ? 4 : 2, height: 25)
.padding(.trailing, 5)
}