fix: link tap highlight

This commit is contained in:
Rongjian Zhang
2019-09-19 22:12:29 +08:00
parent 9b2e9686d7
commit 27f4bbc690

View File

@@ -57,7 +57,6 @@ class TableView extends StatelessWidget {
overflow: TextOverflow.ellipsis,
child: Container(
height: 44,
color: PrimerColors.white,
child: Row(
children: [
SizedBox(width: _leftPadding, child: leftWidget),