Skip to content

Commit

Permalink
Jetpack Compose BOM added.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Dec 10, 2023
1 parent a2e7fd3 commit 0b8244f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import androidx.compose.ui.res.dimensionResource
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.IntSize

import io.syslogic.colorpicker.OnColorChangedListener
Expand All @@ -42,7 +41,6 @@ import io.syslogic.colorpicker.compose.LayoutId.*
* @author Martin Zeitler
*/
@Composable
@Preview()
fun ColorPickerComponent(
initialColor: Color = Color.Unspecified,
onColorChanged: OnColorChangedListener?,
Expand Down

0 comments on commit 0b8244f

Please sign in to comment.