Skip to content

Commit

Permalink
forgot import
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 authored Jun 2, 2024
1 parent 6fa2888 commit 384dccb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/io/github/fate_grand_automata/ui/Theme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import androidx.compose.ui.graphics.Color
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.text.font.FontFamily
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp

val md_theme_light_primary = Color(0xFF006495)
Expand Down Expand Up @@ -179,7 +180,7 @@ class Padding {

val MaterialTheme.padding: Padding
get() = Padding()


@Composable
fun FGATheme(
Expand Down

0 comments on commit 384dccb

Please sign in to comment.