Skip to content

Commit 21ddc09

Browse files
committed
Change photomode icon
1 parent cc2c0f8 commit 21ddc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/darkrockstudios/app/securecamera/camera/BottomCameraControls.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fun BottomCameraControls(
5252
selected = captureMode == CaptureMode.PHOTO,
5353
onClick = { onModeChange(CaptureMode.PHOTO) },
5454
enabled = !isRecording && !isLoading,
55-
icon = Icons.Filled.Camera,
55+
icon = Icons.Filled.Photo,
5656
contentDescription = stringResource(R.string.camera_mode_photo),
5757
iconRotation = iconRotation,
5858
)

0 commit comments

Comments
 (0)