Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Fix empty state spacing on apple watch
Browse files Browse the repository at this point in the history
  • Loading branch information
pg8wood committed Oct 1, 2019
1 parent 8c9e5b1 commit 2207dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Views/EmptyStateView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct EmptyStateView: View {

Text(message)
.font(.callout)
.padding(.top, 20)
.frame(height: 75)
}
}
}
Expand Down

0 comments on commit 2207dec

Please sign in to comment.