Make table border visible in AMOLED mode

This commit is contained in:
shilangyu 2021-02-18 17:22:32 +01:00
parent 46059b5b83
commit 3b3d9855ec
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ class _ModlogTable extends StatelessWidget {
child: SizedBox(
width: 1000,
child: Table(
border: TableBorder.all(),
border: TableBorder.all(color: theme.colorScheme.onSurface),
columnWidths: const {
0: FixedColumnWidth(80),
1: FixedColumnWidth(200),