[Verify Session] Design fixes (#230)

* Design fixes.

* Make text in emoji items secondary color and the snackbar duration short again

* Try to make margins smaller on smaller displays

---------

Co-authored-by: Florian Renaud <florianr@element.io>
This commit is contained in:
Jorge Martin Espinosa 2023-03-23 15:54:44 +01:00 committed by GitHub
parent fb0acc9f51
commit 7d0d076657
44 changed files with 119 additions and 102 deletions

View file

@ -26,7 +26,7 @@ import androidx.compose.ui.unit.sp
object ElementTextStyles {
val Button = TextStyle(
fontSize = 17.sp,
fontSize = 16.sp,
fontWeight = FontWeight.Bold,
lineHeight = 22.sp,
fontStyle = FontStyle.Normal,