Skip to content

Commit bae4138

Browse files
committed
[Fix] Update Touch Area (Button)
1 parent 4b703bf commit bae4138

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ComfortableMove/ComfortableMove.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
"$(inherited)",
290290
"@executable_path/Frameworks",
291291
);
292-
MARKETING_VERSION = 1.0;
292+
MARKETING_VERSION = 1.1.1;
293293
PRODUCT_BUNDLE_IDENTIFIER = com.ParkSeongGeun.ComfortableMove;
294294
PRODUCT_NAME = "$(TARGET_NAME)";
295295
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -330,7 +330,7 @@
330330
"$(inherited)",
331331
"@executable_path/Frameworks",
332332
);
333-
MARKETING_VERSION = 1.0;
333+
MARKETING_VERSION = 1.1.1;
334334
PRODUCT_BUNDLE_IDENTIFIER = com.ParkSeongGeun.ComfortableMove;
335335
PRODUCT_NAME = "$(TARGET_NAME)";
336336
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

ComfortableMove/ComfortableMove/Core/Presentation/Help/InfoView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ struct InfoView: View {
5858

5959
Toggle("", isOn: $isSoundEnabled)
6060
.labelsHidden()
61+
.padding(12) // 터치 영역 확보
6162
.onChange(of: isSoundEnabled) { _, _ in
6263
HapticManager.shared.impact(style: .light) // 토글 시 햅틱
6364
}

0 commit comments

Comments
 (0)