|
@@ -85,7 +85,8 @@ class _GridHeaderCellContainer extends StatelessWidget {
|
|
@override
|
|
@override
|
|
Widget build(BuildContext context) {
|
|
Widget build(BuildContext context) {
|
|
final theme = context.watch<AppTheme>();
|
|
final theme = context.watch<AppTheme>();
|
|
- final borderSide = BorderSide(color: theme.shader4, width: 0.4);
|
|
|
|
|
|
+ final borderSide = BorderSide(color: theme.shader5, width: 1.0);
|
|
|
|
+
|
|
final decoration = BoxDecoration(
|
|
final decoration = BoxDecoration(
|
|
border: Border(
|
|
border: Border(
|
|
top: borderSide,
|
|
top: borderSide,
|
|
@@ -126,7 +127,7 @@ class _DragToExpandLine extends StatelessWidget {
|
|
borderRadius: BorderRadius.zero,
|
|
borderRadius: BorderRadius.zero,
|
|
contentMargin: const EdgeInsets.only(left: 6),
|
|
contentMargin: const EdgeInsets.only(left: 6),
|
|
),
|
|
),
|
|
- child: const SizedBox(width: 2),
|
|
|
|
|
|
+ child: const SizedBox(width: 4),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
);
|
|
);
|