[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:
parent
fb0acc9f51
commit
7d0d076657
44 changed files with 119 additions and 102 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue