color (theme) fixes, NOT FINISHED
This commit is contained in:
@@ -91,7 +91,7 @@ class MessageViewTile extends StatelessWidget {
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(16.0),
|
||||
border: Border.all(
|
||||
color: Theme.of(context).colorScheme.primary.withOpacity(.25),
|
||||
color: Theme.of(context).colorScheme.secondary.withOpacity(.25),
|
||||
width: 1.0,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user