Skip to content

Commit e41304d

Browse files
committed
Remove experimental annotations.
1 parent d3791f6 commit e41304d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

JetLagged/app/src/main/java/com/example/jetlagged/HomeScreenCards.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ import androidx.compose.ui.Alignment.Companion.Center
5151
import androidx.compose.ui.Alignment.Companion.CenterHorizontally
5252
import androidx.compose.ui.Alignment.Companion.CenterStart
5353
import androidx.compose.ui.Alignment.Companion.CenterVertically
54-
import androidx.compose.ui.ExperimentalComposeUiApi
5554
import androidx.compose.ui.Modifier
5655
import androidx.compose.ui.draw.drawBehind
5756
import androidx.compose.ui.graphics.Color
@@ -170,7 +169,6 @@ fun TwoLineInfoCard(
170169
}
171170
}
172171

173-
@OptIn(ExperimentalComposeUiApi::class)
174172
@Preview
175173
@Preview(widthDp = 500, name = "larger screen")
176174
@Composable
@@ -186,7 +184,6 @@ fun AverageTimeInBedCard(modifier: Modifier = Modifier) {
186184
)
187185
}
188186

189-
@OptIn(ExperimentalComposeUiApi::class)
190187
@Preview
191188
@Preview(widthDp = 500, name = "larger screen")
192189
@Composable
@@ -202,7 +199,7 @@ fun AverageTimeAsleepCard(modifier: Modifier = Modifier) {
202199
)
203200
}
204201

205-
@OptIn(ExperimentalLayoutApi::class, ExperimentalComposeUiApi::class)
202+
@OptIn(ExperimentalLayoutApi::class)
206203
@Preview
207204
@Composable
208205
fun WellnessCard(

0 commit comments

Comments
 (0)