Skip to content

Commit

Permalink
perf: adjust shortcut view size
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Feb 6, 2024
1 parent c0ea7cf commit 4ecd691
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct KeyHolderRowView: View {
HStack {
Text(LocalizedStringKey(title))
Spacer()
KeyHolderWrapper(shortcutType: type, confictAlterMessage: $confictAlterMessage).frame(width: 180, height: 24)
KeyHolderWrapper(shortcutType: type, confictAlterMessage: $confictAlterMessage).frame(width: 180, height: 26)
}
}
}

0 comments on commit 4ecd691

Please sign in to comment.