Skip to content

Commit

Permalink
fix: removed code
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rossi committed Oct 30, 2023
1 parent 79b560c commit 2f5c990
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ class _DSVideoMessageBubbleState extends State<DSVideoMessageBubble>
? DSColors.neutralDarkCity
: DSColors.neutralLightSnow;

final backgroundLoadingColor =
widget.style.isLightBubbleBackground(widget.align)
? DSColors.neutralLightSnow
: DSColors.neutralDarkCity;

final buttonBorderColor = widget.style.isLightBubbleBackground(widget.align)
? DSColors.primaryNight
: DSColors.neutralLightSnow;
Expand Down

0 comments on commit 2f5c990

Please sign in to comment.