More fixes and new version
This commit is contained in:
parent
d838d3a474
commit
3a64d58d23
12 changed files with 31 additions and 20 deletions
|
|
@ -122,7 +122,9 @@ class _ChatDetailsState extends State<ChatDetails> {
|
|||
Row(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Container(height: 8, color: Color(0xFFF8F8F8)),
|
||||
child: Container(
|
||||
height: 8,
|
||||
color: Theme.of(context).secondaryHeaderColor),
|
||||
),
|
||||
SizedBox(width: 8),
|
||||
Text(
|
||||
|
|
@ -133,7 +135,9 @@ class _ChatDetailsState extends State<ChatDetails> {
|
|||
),
|
||||
SizedBox(width: 8),
|
||||
Expanded(
|
||||
child: Container(height: 8, color: Color(0xFFF8F8F8)),
|
||||
child: Container(
|
||||
height: 8,
|
||||
color: Theme.of(context).secondaryHeaderColor),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue