Balloon
Balloon copied to clipboard
Slider UI override
Please complete the following information:
- Library Version1.6.11
- Affected Device(s) [e.g. Samsung Galaxy s10 with Android 9.0]
Describe the Bug:
If I have a slider on same screen as tooltip, the slider UI gets all distorted. This happens for any simple slider within same composable as Tooltip. Bumping down to version 1.6.0 fixed it for me
Slider( value = position.value, onValueChange = { updatePosition(it) }, valueRange = min..max, modifier = Modifier.fillMaxWidth(), colors = SliderDefaults.colors( activeTrackColor = Color( 0xFF7303c0), thumbColor = Color(0xFFAD3689) ) )
Expected Behavior:
Slider is unaffected by tooltip