TP-54865 | changed borderstrokeData width to float (#355)

This commit is contained in:
Kamalesh Garnayak
2024-02-23 16:51:44 +05:30
committed by GitHub
parent 61a8dfe402
commit 2b1dded90b

View File

@@ -359,7 +359,7 @@ enum class PeakPosition {
@Parcelize
data class BorderStrokeData(
var width: Int? = null,
var width: Float? = null,
var color: String? = null,
val brushData: BrushData? = null,
val shape: UiTronShape? = null