Skip to content

Commit a0cf279

Browse files
committed
chore(camera/focus): reduce outline border
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 3850659 commit a0cf279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/getcode/view/main/camera/FocusIndicator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import kotlinx.coroutines.delay
2222
import kotlinx.coroutines.launch
2323

2424
private val OUTLINE_WIDTH: Dp
25-
@Composable get() = CodeTheme.dimens.thickBorder
25+
@Composable get() = CodeTheme.dimens.border
2626

2727
private const val BACKGROUND_ALPHA = 0.40f
2828
private const val OUTLINE_INITIAL_SCALE = 1.33f

0 commit comments

Comments
 (0)