Skip to content

Commit

Permalink
Apply style formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Feb 5, 2024
1 parent c5651c9 commit 45e40fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@ private fun SubscriptionsTopAppBar(
targetState = darkTheme,
transitionSpec = {
(fadeIn(animationSpec = tween(400, delayMillis = 90)) + slideInHorizontally()).togetherWith(
fadeOut(animationSpec = tween(90)) + slideOutHorizontally()
fadeOut(animationSpec = tween(90)) + slideOutHorizontally(),
)
},
label = "Animated toggle theme icon"
label = "Animated toggle theme icon",
) { isDark ->
Icon(
imageVector = if (isDark) Icons.Filled.NightlightRound else Icons.Filled.WbSunny,
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 45e40fd

Please sign in to comment.