chore: Adjust some colors
This commit is contained in:
parent
06c8e45e79
commit
41f2d23951
3 changed files with 8 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue