Mercurial > public > lazybear
changeset 229:bac435954c80
Reduce width color row
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Mon, 01 Mar 2021 18:42:12 +0000 |
parents | 74686b4a0fde |
children | 4a038a7e51fa |
files | LazyBear/UI/CompanyRow.swift |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/LazyBear/UI/CompanyRow.swift Mon Mar 01 18:42:03 2021 +0000 +++ b/LazyBear/UI/CompanyRow.swift Mon Mar 01 18:42:12 2021 +0000 @@ -21,7 +21,7 @@ let theme = userSettings.first?.theme?.lowercased() ?? "default" RoundedRectangle(cornerRadius: 15) .foregroundColor(Color("\(theme)Row\(rowNumber)")) - .frame(width: 10) + .frame(width: 5) VStack(alignment: .leading) { Text(symbol.uppercased())