Skip to content

Commit

Permalink
fix: increase padding on category title
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomatree committed Sep 9, 2024
1 parent b14b0ae commit 8ed03b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Revolt/Components/Home/ServerChannelScrollView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct CategoryListItem: View {

Spacer()
}
.padding(.horizontal, 6)
.padding(8)
}

if !isClosed {
Expand Down

0 comments on commit 8ed03b6

Please sign in to comment.