chore: Adjust some colors

This commit is contained in:
Christian Pauly 2021-08-29 12:15:51 +02:00
commit 41f2d23951
3 changed files with 8 additions and 2 deletions

View file

@ -281,6 +281,12 @@ class ChatView extends StatelessWidget {
: controller.canLoadMore
? Center(
child: OutlinedButton(
style:
OutlinedButton.styleFrom(
backgroundColor: Theme.of(
context)
.scaffoldBackgroundColor,
),
onPressed:
controller.requestHistory,
child: Text(L10n.of(context)