Updated background image in chats
This commit is contained in:
parent
58b1551f88
commit
db87b7c3ff
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 68 KiB |
Binary file not shown.
Before Width: | Height: | Size: 45 KiB |
@ -89,11 +89,11 @@ class _ChatViewState extends State<ChatView> {
|
||||
body: Container(
|
||||
decoration: BoxDecoration(
|
||||
image: DecorationImage(
|
||||
image: AppTheme.isDarkMode(context) ? const AssetImage("assets/background/chatDark.png") : const AssetImage("assets/background/chat.png"),
|
||||
image: const AssetImage("assets/background/chat.png"),
|
||||
scale: 1.5,
|
||||
opacity: 0.5,
|
||||
opacity: 1,
|
||||
repeat: ImageRepeat.repeat,
|
||||
colorFilter: const ColorFilter.linearToSrgbGamma()
|
||||
invertColors: AppTheme.isDarkMode(context)
|
||||
)
|
||||
),
|
||||
child: LoaderOverlay(
|
||||
|
Loading…
x
Reference in New Issue
Block a user