mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 08:29:07 +00:00
Move to AF swift package
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user