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

@ -60,7 +60,7 @@ class ReactionsPicker extends StatelessWidget {
Expanded(
child: Container(
decoration: BoxDecoration(
color: Theme.of(context).secondaryHeaderColor,
color: Theme.of(context).colorScheme.onInverseSurface,
borderRadius: const BorderRadius.only(
bottomRight: Radius.circular(AppConfig.borderRadius),
),
@ -92,7 +92,7 @@ class ReactionsPicker extends StatelessWidget {
width: 36,
height: 56,
decoration: BoxDecoration(
color: Theme.of(context).secondaryHeaderColor,
color: Theme.of(context).colorScheme.onInverseSurface,
shape: BoxShape.circle,
),
child: const Icon(Icons.add_outlined),