Commit 5ec90ee
committed
fix: floating button sliders weren't rounding properly.
This is due to a Material components bug I think because the float value coming from onValueChange in the Slider is slightly wrong. It is 59.99996 instead of 60.1 parent 1a7f09c commit 5ec90ee
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
0 commit comments