Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider UI override #768

Open
nichojo89 opened this issue Jan 8, 2025 · 0 comments
Open

Slider UI override #768

nichojo89 opened this issue Jan 8, 2025 · 0 comments

Comments

@nichojo89
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant