Merge pull request #90 from pangeachat/small-fixes

reduce darkness of toolbar background
This commit is contained in:
ggurdin 2024-02-28 12:23:06 -05:00 committed by GitHub
commit e2556cc435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) {