Mercurial > public > lazybear
diff LazyBear/Views/Profile/Helpers/WatchlistCreatorRow.swift @ 457:c6913f0ce46e
Minor UI Updates
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 28 Jun 2021 14:03:50 +0200 |
parents | c78d5b5b3bda |
children |
line wrap: on
line diff
--- a/LazyBear/Views/Profile/Helpers/WatchlistCreatorRow.swift Mon Jun 28 12:51:06 2021 +0200 +++ b/LazyBear/Views/Profile/Helpers/WatchlistCreatorRow.swift Mon Jun 28 14:03:50 2021 +0200 @@ -29,7 +29,7 @@ Spacer() Image(systemName: "plus.circle") .imageScale(.large) - .foregroundColor(Color(.systemBlue)) + .foregroundColor(Color.blue) } .contentShape(Rectangle()) }