Skip to content

Commit

Permalink
fix: add disabled title horizontal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
phlpsong committed Jan 20, 2024
1 parent 250c01c commit 37d53e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Easydict/NewApp/View/SettingView/Tabs/DisabledAppTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ struct DisabledAppTab: View {
var body: some View {
VStack {
Text("disabled_title")
.padding(.horizontal)
.padding(.top, 18)
.padding(.bottom, 8)

Expand Down

0 comments on commit 37d53e7

Please sign in to comment.