chore: remove text shadow in wallpaper mode (#5805)

This commit is contained in:
ggurdin 2026-02-24 16:26:08 -05:00 committed by GitHub
parent 6608876ec6
commit bd2530ce43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -563,22 +563,24 @@ class Message extends StatelessWidget {
.color
: displayname
.lightColorText),
shadows:
!wallpaperMode
? null
: [
const Shadow(
offset:
Offset(
0.0,
0.0,
),
blurRadius:
3,
color: Colors
.black,
),
],
// #Pangea
// shadows:
// !wallpaperMode
// ? null
// : [
// const Shadow(
// offset:
// Offset(
// 0.0,
// 0.0,
// ),
// blurRadius:
// 3,
// color: Colors
// .black,
// ),
// ],
// Pangea#
),
maxLines: 1,
overflow: TextOverflow