mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-02 16:14:21 +01:00
chore: Adjust gradient and bubble borders
This commit is contained in:
parent
161791a07d
commit
299ed4f25a
@ -17,6 +17,7 @@ class BackgroundGradientBox extends StatelessWidget {
|
|||||||
colors: [
|
colors: [
|
||||||
Theme.of(context).scaffoldBackgroundColor,
|
Theme.of(context).scaffoldBackgroundColor,
|
||||||
Theme.of(context).secondaryHeaderColor,
|
Theme.of(context).secondaryHeaderColor,
|
||||||
|
Theme.of(context).secondaryHeaderColor,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -95,9 +95,6 @@ class Message extends StatelessWidget {
|
|||||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.all(
|
|
||||||
color: Theme.of(context).secondaryHeaderColor,
|
|
||||||
),
|
|
||||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
||||||
),
|
),
|
||||||
padding:
|
padding:
|
||||||
|
Loading…
Reference in New Issue
Block a user