Skip to content

Commit

Permalink
chore: Follow up linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Aug 10, 2024
1 parent 89309ca commit d0e1e02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pages/chat_list/status_msg_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ class PresenceAvatar extends StatelessWidget {
final statusMsg = presence.statusMsg;

const statusMsgBubbleElevation = 6.0;
final statusMsgBubbleShadowColor =
Theme.of(context).colorScheme.surface;
final statusMsgBubbleShadowColor = theme.colorScheme.surface;
final statusMsgBubbleColor = Colors.white.withOpacity(0.9);
return Padding(
padding: const EdgeInsets.symmetric(horizontal: 8.0),
Expand Down

0 comments on commit d0e1e02

Please sign in to comment.