design: Adjust some colors in inputbar
This commit is contained in:
parent
a8606f18b6
commit
f42509f710
5 changed files with 35 additions and 33 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue