design: Adjust some colors in inputbar

This commit is contained in:
krille-chan 2024-04-01 10:32:11 +02:00
commit f42509f710
No known key found for this signature in database
5 changed files with 35 additions and 33 deletions

View file

@ -100,6 +100,7 @@ class StickerPickerDialogState extends State<StickerPickerDialog> {
};
return Scaffold(
backgroundColor: Theme.of(context).colorScheme.onInverseSurface,
body: SizedBox(
width: double.maxFinite,
child: CustomScrollView(
@ -108,7 +109,7 @@ class StickerPickerDialogState extends State<StickerPickerDialog> {
floating: true,
pinned: true,
automaticallyImplyLeading: false,
backgroundColor: Theme.of(context).dialogBackgroundColor,
backgroundColor: Colors.transparent,
title: SizedBox(
height: 42,
child: TextField(