Skip to content

Commit 61c747b

Browse files
authored
Merge pull request #1109 from mettz/master
Fix color issue with Debugger::explain implementation for Renderer
2 parents 8a2a7f7 + 8782f45 commit 61c747b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphics/src/renderer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fn explain_layout(
112112
background: Background::Color(Color::TRANSPARENT),
113113
border_radius: 0.0,
114114
border_width: 1.0,
115-
border_color: [0.6, 0.6, 0.6, 0.5].into(),
115+
border_color: color,
116116
});
117117

118118
for child in layout.children() {

0 commit comments

Comments
 (0)