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
/* Other default colors to override
background = Color.White,
surface = Color.White,
onPrimary = Color.White,
onSecondary = Color.Black,
onBackground = Color.Black,
onSurface = Color.Black,
*/
background = Color.White,
surface = Color.White,
onPrimary = Color.White,
onSecondary = Color.Black,
onBackground = Color.Black,
onSurface = Color.Black,
*/
)
@Composable

View File

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