Skip to content

Commit

Permalink
CLeaup
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Jan 5, 2025
1 parent 0e8ceac commit e3c7159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions composeApp/src/commonMain/kotlin/theme/Theme.kt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package theme

import androidx.compose.foundation.isSystemInDarkTheme
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.darkColorScheme
import androidx.compose.material3.lightColorScheme
import androidx.compose.runtime.Composable
import com.alorma.compose.settings.storage.base.SettingValueState
import com.alorma.compose.settings.storage.disk.rememberBooleanSettingState
import com.alorma.compose.settings.storage.memory.rememberMemoryBooleanSettingState

val DarkColorScheme = darkColorScheme(
Expand Down

0 comments on commit e3c7159

Please sign in to comment.