fix: add @Immutable

This commit is contained in:
2023-11-10 01:39:00 +08:00
parent fbc8108c14
commit 9598ab04f2

View File

@@ -73,6 +73,7 @@ data class SwitchColors(
val trackActive: Color
)
@Immutable
data class SwitchStyle(
val thumbDiameter: Dp,
val thumbGain: Float,