chore: Adjust bubble color in dark mode
This commit is contained in:
parent
4490c598ff
commit
7eac054323
2 changed files with 3 additions and 7 deletions
|
|
@ -249,10 +249,7 @@ class ChatView extends StatelessWidget {
|
|||
Radius.circular(AppConfig.borderRadius),
|
||||
),
|
||||
elevation: 4,
|
||||
shadowColor: Theme.of(context)
|
||||
.colorScheme
|
||||
.onBackground
|
||||
.withAlpha(64),
|
||||
shadowColor: Colors.black.withAlpha(64),
|
||||
clipBehavior: Clip.hardEdge,
|
||||
color: Theme.of(context).brightness ==
|
||||
Brightness.light
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue