chore: remove text shadow in wallpaper mode (#5805)
This commit is contained in:
parent
6608876ec6
commit
bd2530ce43
1 changed files with 18 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue