Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
70 stars 3 forks source link

The modifier in the Artmaker composable is applied incorrectly #69

Closed Fbada006 closed 2 months ago

Fbada006 commented 2 months ago

Currently, the ArtMaker composable has a Scaffold and a Column inside. As the parent, the Scaffold should be the one getting the modifier variable exposed by ArtMaker instead of the column inside.