Skip to content

Commit 42c29bf

Browse files
authored
fix: tables use borderColor (#1172)
1 parent b1e7853 commit 42c29bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/editor/block_component/table_block_component/table_col_border.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class _TableColBorderState extends State<TableColBorder> {
8888
height: context.select(
8989
(Node n) => n.attributes[TableBlockKeys.colsHeight],
9090
),
91-
color: Colors.grey,
91+
color: widget.borderColor,
9292
);
9393
}
9494
}

0 commit comments

Comments
 (0)