Skip to content

Commit

Permalink
removed the width attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
akashs056 committed Jul 27, 2024
1 parent cbeaac6 commit ee85ec9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ fun IntervalPickerRow(

IvyNumberTextField(
modifier = Modifier
.width(125.dp)
.background(
brush = if (validInput) {
GradientIvy.asHorizontalBrush()
Expand Down

0 comments on commit ee85ec9

Please sign in to comment.