chore: Adjust gradient and bubble borders

This commit is contained in:
Christian Pauly 2021-08-29 16:49:48 +02:00
parent 41f2d23951
commit 9a6a217a59
2 changed files with 1 additions and 3 deletions

View file

@ -17,6 +17,7 @@ class BackgroundGradientBox extends StatelessWidget {
colors: [
Theme.of(context).scaffoldBackgroundColor,
Theme.of(context).secondaryHeaderColor,
Theme.of(context).secondaryHeaderColor,
],
),
),

View file

@ -95,9 +95,6 @@ class Message extends StatelessWidget {
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
child: Container(
decoration: BoxDecoration(
border: Border.all(
color: Theme.of(context).secondaryHeaderColor,
),
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
),
padding: