style: use correct token in WebHookUserSheet

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-11-17 03:24:15 +01:00
parent dc0edbb917
commit 3b17dc7bba
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ fun WebHookUserSheet(modifier: Modifier = Modifier) {
) )
Text( Text(
text = stringResource(R.string.user_info_sheet_webhook), text = stringResource(R.string.user_info_sheet_webhook),
style = MaterialTheme.typography.headlineMedium, style = MaterialTheme.typography.titleMedium,
textAlign = TextAlign.Center, textAlign = TextAlign.Center,
modifier = Modifier.fillMaxWidth() modifier = Modifier.fillMaxWidth()
) )