Skip to content

Commit b7292ec

Browse files
committed
made local constants const
1 parent 3c930a2 commit b7292ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • app/src/main/java/com/cornellappdev/score/components

app/src/main/java/com/cornellappdev/score/components/ScoreBox.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ import com.cornellappdev.score.util.mediumGameData
4747
import com.cornellappdev.score.util.shortGameData
4848

4949
private val HEADER_HEIGHT = 35.dp
50-
private val SMALL_BOX_SIZE = 4
51-
private val LARGE_BOX_SIZE = 10
50+
private const val SMALL_BOX_SIZE = 4
51+
private const val LARGE_BOX_SIZE = 10
5252

5353
@Composable
5454
fun BoxScore(

0 commit comments

Comments
 (0)