TP-54865 | changed borderstrokeData width to float (#355)
This commit is contained in:
committed by
GitHub
parent
61a8dfe402
commit
2b1dded90b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user