Skip to content

Commit

Permalink
fix: fix the theme module
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-gupta99 committed Jul 13, 2024
1 parent eef9e47 commit 66fbb7d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
package com.mifos.core.ui.theme
package com.mifos.core.designsystem.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 androidx.compose.ui.graphics.Color
import com.mifos.core.designsystem.theme.Black
import com.mifos.core.designsystem.theme.BluePrimary
import com.mifos.core.designsystem.theme.BluePrimaryDark
import com.mifos.core.designsystem.theme.BlueSecondary

private val LightThemeColors = lightColorScheme(
primary = BluePrimary,
Expand Down

0 comments on commit 66fbb7d

Please sign in to comment.