Skip to content

Commit

Permalink
refactor: Put back missing @StringRes
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Nov 27, 2024
1 parent 3998a69 commit 80d2b52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fun SmallButton(

@Composable
private fun CoreButton(
titleRes: Int,
@StringRes titleRes: Int,
modifier: Modifier,
buttonSize: ButtonSize,
style: ButtonType,
Expand Down

0 comments on commit 80d2b52

Please sign in to comment.