work on share view UI a bit
This commit is contained in:
@@ -74,7 +74,7 @@ struct CurrentStreakTemplate: View, SharingTemplate {
|
||||
.font(.title)
|
||||
.foregroundColor(Color(UIColor.label))
|
||||
.frame(maxWidth: .infinity, alignment: .center)
|
||||
.padding(.top, 1)
|
||||
.padding(.top)
|
||||
|
||||
HStack {
|
||||
VStack {
|
||||
@@ -95,6 +95,8 @@ struct CurrentStreakTemplate: View, SharingTemplate {
|
||||
var mainView: some View {
|
||||
VStack {
|
||||
shareView
|
||||
.background(Color(UIColor.secondarySystemBackground))
|
||||
.cornerRadius(10)
|
||||
Spacer()
|
||||
HStack(alignment: .center) {
|
||||
Button(action: {
|
||||
|
||||
Reference in New Issue
Block a user