Update the authentication page group portraits

This commit is contained in:
Thomas Andres Gomez 2023-11-04 17:54:51 +01:00
parent fd30b9c11e
commit d38caea015
8 changed files with 7 additions and 9 deletions

View file

@ -307,14 +307,12 @@ private fun PartyBackground(
@Composable
private fun rememberPortrait(): List<Int> = rememberSaveable {
listOf(
R.drawable.im_tigrane,
R.drawable.im_unathana,
R.drawable.im_brulkhai,
R.drawable.im_leandre,
).shuffled().let {
// force nelia in the middle because of the ratio difference.
listOf(it[0], it[1], R.drawable.im_nelia, it[2], it[3])
}
R.drawable.im_nelia,
R.drawable.im_tigrane,
R.drawable.im_unathana,
).shuffled()
}
@Composable

View file

@ -40,17 +40,17 @@ class LexiconTypography(
baselineShift = BaselineShift(-0.04f),
),
val titleLargeDropCap: SpanStyle = base.titleLarge.toDropCapSpan(
sizeRatio = 1.4f,
sizeRatio = 1.6f,
antiLetterSpacing = 2.sp,
baselineShift = BaselineShift(-0.04f),
),
val headlineSmallDropCap: SpanStyle = base.headlineSmall.toDropCapSpan(
antiLetterSpacing = 4.sp,
sizeRatio = 1.2f,
sizeRatio = 1.5f,
),
val headlineLargeDropCap: SpanStyle = base.headlineLarge.toDropCapSpan(
antiLetterSpacing = 4.sp,
sizeRatio = 1.2f,
sizeRatio = 1.4f,
),
)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After