Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisarWork committed Nov 12, 2024
1 parent 6002724 commit 4511dc4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import androidx.compose.material3.Surface
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Text
import androidx.compose.material3.darkColorScheme
import androidx.compose.material3.lightColorScheme
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
Expand Down Expand Up @@ -56,7 +57,7 @@ fun main() {
}

MaterialTheme(
colorScheme = darkColorScheme()
colorScheme = lightColorScheme()
) {
Window(
title = "Changelog Demo ($versionName)",
Expand Down

0 comments on commit 4511dc4

Please sign in to comment.