Skip to content

Commit

Permalink
Changed packages and removed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermovogel committed Jul 14, 2023
1 parent cbe338b commit c7743b2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/vogel/nfc_reader/ui/theme/Color.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.vogel.components.ui.theme
package com.vogel.nfc_reader.ui.theme

import androidx.compose.ui.graphics.Color

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/vogel/nfc_reader/ui/theme/Shape.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.vogel.components.ui.theme
package com.vogel.nfc_reader.ui.theme

import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material.Shapes
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/java/com/vogel/nfc_reader/ui/theme/Theme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import androidx.compose.material.MaterialTheme
import androidx.compose.material.darkColors
import androidx.compose.material.lightColors
import androidx.compose.runtime.Composable
import com.vogel.components.ui.theme.Blue
import com.vogel.components.ui.theme.Orange
import com.vogel.components.ui.theme.Shapes

private val DarkColorPalette = darkColors(
primary = Blue,
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/com/vogel/nfc_reader/ui/theme/Type.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package com.vogel.nfc_reader.ui.theme
import androidx.compose.material.Typography
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.text.font.Font
import androidx.compose.ui.text.font.FontFamily
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.unit.sp

Expand Down

0 comments on commit c7743b2

Please sign in to comment.