Mercurial > public > lazybear
comparison 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 |
comparison
equal
deleted
inserted
replaced
456:d576b2b59014 | 457:c6913f0ce46e |
---|---|
27 } | 27 } |
28 | 28 |
29 Spacer() | 29 Spacer() |
30 Image(systemName: "plus.circle") | 30 Image(systemName: "plus.circle") |
31 .imageScale(.large) | 31 .imageScale(.large) |
32 .foregroundColor(Color(.systemBlue)) | 32 .foregroundColor(Color.blue) |
33 } | 33 } |
34 .contentShape(Rectangle()) | 34 .contentShape(Rectangle()) |
35 } | 35 } |
36 .buttonStyle(PlainButtonStyle()) | 36 .buttonStyle(PlainButtonStyle()) |
37 } | 37 } |