Set border color of not reacted reaction to secondary header color

onboarding
CuteTadpole 5 years ago committed by Christian Pauly
parent c70a5cd03d
commit 26af19a08b

@ -70,7 +70,8 @@ class _Reaction extends StatelessWidget {
@override
Widget build(BuildContext context) {
final borderColor = reacted ? Colors.red : Theme.of(context).primaryColor;
final borderColor =
reacted ? Colors.red : Theme.of(context).secondaryHeaderColor;
final textColor = Theme.of(context).brightness == Brightness.dark
? Colors.white
: Colors.black;

Loading…
Cancel
Save