summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/src/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/renderer.rs b/graphics/src/renderer.rs
index fa63991b..8f234f1f 100644
--- a/graphics/src/renderer.rs
+++ b/graphics/src/renderer.rs
@@ -112,7 +112,7 @@ fn explain_layout(
background: Background::Color(Color::TRANSPARENT),
border_radius: 0.0,
border_width: 1.0,
- border_color: [0.6, 0.6, 0.6, 0.5].into(),
+ border_color: color,
});
for child in layout.children() {