1
0
mirror of https://github.com/git-touch/git-touch synced 2025-03-05 19:57:42 +01:00

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, overflow: TextOverflow.ellipsis,
child: Container( child: Container(
height: 44, height: 44,
color: PrimerColors.white,
child: Row( child: Row(
children: [ children: [
SizedBox(width: _leftPadding, child: leftWidget), SizedBox(width: _leftPadding, child: leftWidget),