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:
parent
9b2e9686d7
commit
27f4bbc690
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user