Mercurial > public > lazybear
diff LazyBear/Views/Global Helpers/RowShape.swift @ 428:8c58ce834d95
Bug fixes and change assets
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 18 Jun 2021 12:43:17 +0200 |
parents | 6dd97877f575 |
children | 7f2a24a774eb |
line wrap: on
line diff
--- a/LazyBear/Views/Global Helpers/RowShape.swift Wed Jun 16 13:46:40 2021 +0200 +++ b/LazyBear/Views/Global Helpers/RowShape.swift Fri Jun 18 12:43:17 2021 +0200 @@ -12,7 +12,7 @@ var body: some View { RoundedRectangle(cornerRadius: 25) - .foregroundColor(Color("CustomSecondaryBackground")) + .foregroundColor(Color("customSecondaryBackground")) .if(colorScheme == .light) { content in // Apply shadow only when is not dark mode content