Skip to content

Commit

Permalink
Update selector icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe committed Oct 25, 2024
1 parent 9e6eb71 commit 5d6a4b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import kotlinx.serialization.Serializable
@SerialName("next_action_spec")
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
@Parcelize
data class SelectorIcon internal constructor(
data class SelectorIcon(
@SerialName("light_theme_png") val lightThemePng: String? = null,
@SerialName("dark_theme_png") val darkThemePng: String? = null,
) : Parcelable

0 comments on commit 5d6a4b7

Please sign in to comment.