summaryrefslogtreecommitdiff
path: root/src/library/table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/table.rs')
-rw-r--r--src/library/table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/table.rs b/src/library/table.rs
index d7aa61db..b0f0fbf5 100644
--- a/src/library/table.rs
+++ b/src/library/table.rs
@@ -21,7 +21,7 @@ impl TableNode {
/// The secondary cell fill color.
pub const SECONDARY: Option<Paint> = None;
/// How the stroke the cells.
- pub const STROKE: Option<Paint> = Some(RgbaColor::BLACK.into());
+ pub const STROKE: Option<Paint> = Some(Color::BLACK.into());
/// The stroke's thickness.
pub const THICKNESS: Length = Length::pt(1.0);
/// How much to pad the cells's content.