style: use correct token in WebHookUserSheet
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
dc0edbb917
commit
3b17dc7bba
|
|
@ -35,7 +35,7 @@ fun WebHookUserSheet(modifier: Modifier = Modifier) {
|
|||
)
|
||||
Text(
|
||||
text = stringResource(R.string.user_info_sheet_webhook),
|
||||
style = MaterialTheme.typography.headlineMedium,
|
||||
style = MaterialTheme.typography.titleMedium,
|
||||
textAlign = TextAlign.Center,
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue