design: Follow up chat settings design

This commit is contained in:
krille-chan 2024-04-14 12:39:37 +02:00
commit 1366113823
No known key found for this signature in database
5 changed files with 24 additions and 17 deletions

View file

@ -293,7 +293,8 @@ class ChatDetailsView extends StatelessWidget {
Icons.insert_emoticon_outlined,
),
),
title: Text(L10n.of(context)!.emoteSettings),
title:
Text(L10n.of(context)!.customEmojisAndStickers),
subtitle: Text(L10n.of(context)!.setCustomEmotes),
onTap: controller.goToEmoteSettings,
trailing: const Icon(Icons.chevron_right_outlined),