Skip to content

Commit

Permalink
adjust dashboard spacing
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <[email protected]>
  • Loading branch information
Lessica committed Feb 3, 2024
1 parent 0fb9294 commit c0b204b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reveil/Pages/DashboardView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct DashboardView: View, GlobalTimerObserver {

var body: some View {
ScrollView(.vertical) {
VStack {
VStack(spacing: 20) {
if PinStorage.shared.isPinned(forKey: .Security) {
Section { CheckmarkWidget() }
}
Expand Down

0 comments on commit c0b204b

Please sign in to comment.