Reformat code in theme package

master
Lonami Exo 2022-10-24 11:31:23 +02:00
parent 07d0e5e505
commit 50a2403a85
3 changed files with 37 additions and 37 deletions

View File

@ -18,13 +18,13 @@ private val LightColorPalette = lightColors(
secondary = Teal200 secondary = Teal200
/* Other default colors to override /* Other default colors to override
background = Color.White, background = Color.White,
surface = Color.White, surface = Color.White,
onPrimary = Color.White, onPrimary = Color.White,
onSecondary = Color.Black, onSecondary = Color.Black,
onBackground = Color.Black, onBackground = Color.Black,
onSurface = Color.Black, onSurface = Color.Black,
*/ */
) )
@Composable @Composable

View File

@ -14,15 +14,15 @@ val Typography = Typography(
fontSize = 16.sp fontSize = 16.sp
) )
/* Other default text styles to override /* Other default text styles to override
button = TextStyle( button = TextStyle(
fontFamily = FontFamily.Default, fontFamily = FontFamily.Default,
fontWeight = FontWeight.W500, fontWeight = FontWeight.W500,
fontSize = 14.sp fontSize = 14.sp
), ),
caption = TextStyle( caption = TextStyle(
fontFamily = FontFamily.Default, fontFamily = FontFamily.Default,
fontWeight = FontWeight.Normal, fontWeight = FontWeight.Normal,
fontSize = 12.sp fontSize = 12.sp
) )
*/ */
) )