reduce darkness of toolbar background

This commit is contained in:
Gabby Gurdin 2024-02-28 12:22:29 -05:00
parent 3118501c12
commit 9e4dc0ba20

View file

@ -102,7 +102,7 @@ class ToolbarDisplayController {
followerAnchor: pangeaMessageEvent.ownMessage
? Alignment.bottomRight
: Alignment.bottomLeft,
backgroundColor: const Color.fromRGBO(0, 0, 0, 1).withAlpha(164),
backgroundColor: const Color.fromRGBO(0, 0, 0, 1).withAlpha(100),
);
if (MatrixState.pAnyState.overlay != null) {