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

@ -42,9 +42,8 @@ class ChatEmojiPicker extends StatelessWidget {
onBackspacePressed: controller.emojiPickerBackspace,
config: Config(
backspaceColor: theme.colorScheme.primary,
bgColor: theme.brightness == Brightness.light
? Colors.white
: Colors.black,
bgColor:
Theme.of(context).colorScheme.onInverseSurface,
iconColor:
theme.colorScheme.primary.withOpacity(0.5),
iconColorSelected: theme.colorScheme.primary,