comparison LazyBear/Views/Company/Helpers/KeyStatsHelper.swift @ 442:6eae10397501

Implementing NewsHelper in CompanyView
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Mon, 21 Jun 2021 13:28:45 +0200
parents 417148200aaf
children 7d1c4dc8d1d8
comparison
equal deleted inserted replaced
441:417148200aaf 442:6eae10397501
48 } 48 }
49 .buttonStyle(PlainButtonStyle()) 49 .buttonStyle(PlainButtonStyle())
50 } 50 }
51 } 51 }
52 } 52 }
53 .frame(height: 80) 53 .frame(height: 70)
54 .padding(.horizontal) 54 .padding(.horizontal)
55 } 55 }
56 .sheet(isPresented: $showList) { 56 .sheet(isPresented: $showList) {
57 KeyStatsList(keyStats: keyStats) 57 KeyStatsList(keyStats: keyStats)
58 } 58 }