-
**Describe the bug**
After moving from screens with different resolutions, the width of BasicText remains unchanged.
**Affected platforms**
Select one of the platforms below:
- Desktop
**…
-
The current implementation always draws dark navigation bar color (`Color.Black.copy(alpha = 0.33f`).
However, my design-system requires it to be transparent.
Consider adding an option to custom…
-
If the most fully expanded sheet state isn't covering the whole container height, then the content is cut off at the bottom.
Repro code:
``` kotlin
val peek = SheetDetent("peek") { containerHei…
-
**Describe the bug**
```kotlin
TooltipArea({ BasicText("Tooltip", Modifier.background(Color.Magenta).padding(8.dp)) }) {
BasicText("Hover here", Modifier.background(Color.Gray).padding(8.dp))
…
-
**Description**
Scroll functionality in LWJGL example causes unexplained freeze.
**Affected platforms**
- Desktop (Windows, Linux, macOS)
**Versions**
- Libraries:
- Compose Multiplatfor…
-
### Current Behavior
在运行到 const GameScreen = new Container();
GameScreen.label = "GameScreen"
System().setCScreen(GameScreen);
// Create a new Graphics object
const graphics = new Graphics(); …
-
**Describe the bug**
LocalInspectionMode.current in preview mode is not true ,but return true in jetpack compose preview mode.
**Affected platforms**
Select one of the platforms below:
- Desktop…
-
**Describe the bug**
When running my code in the browser, I get the following error:
```
"NotImplementedError: An operation is not implemented: Implement native atomic getAndIncrement
at p…
-
# Proposed change
- I want the user to be able to click on emotes and have them appear in the TextField
- first I want to check with the simple `LUL` emote
# Why is this important
- This will gi…
-
**Describe the bug**
Top and bottom padding is not same in iOS. When using background color with text, then content is misaligned.
**Affected platforms**
- iOS
**Versions**
- Kotlin version…