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