Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 21, 2024
1 parent 04f0468 commit eefde1f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import androidx.compose.material3.Scaffold
import androidx.compose.material3.SnackbarHost
import androidx.compose.material3.SnackbarHostState
import androidx.compose.material3.Text
import androidx.compose.material3.TextButton
import androidx.compose.material3.TopAppBar
import androidx.compose.runtime.Composable
import androidx.compose.runtime.CompositionLocalProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fun TimetableSheet(
TextButton(
modifier = Modifier.background(Color.Black),
onClick = {
selectedDay = DroidKaigi2024Day.ConferenceDay2
selectedDay = DroidKaigi2024Day.ConferenceDay2
},
) {
Text("Day 2", color = Color.Green)
Expand Down

0 comments on commit eefde1f

Please sign in to comment.