Skip to content

Commit

Permalink
fix: align texts (i have ocd)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohaiibuzzle committed Jun 18, 2024
1 parent 9369023 commit 6b46b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Whisky/Views/Bottle/ConfigView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ struct ConfigView: View {
Toggle(isOn: $bottle.settings.avxEnabled) {
VStack(alignment: .leading) {
Text("config.avx")
HStack {
HStack(alignment: .firstTextBaseline) {
Image(systemName: "exclamationmark.triangle")
.font(.subheadline)
Text("config.avx.warning")
Expand Down

0 comments on commit 6b46b8c

Please sign in to comment.