remove stroke
This commit is contained in:
parent
2e900039cb
commit
fc445e929f
|
@ -552,7 +552,7 @@ pub(crate) fn slide_view<'a>(
|
||||||
.text(slide_text)
|
.text(slide_text)
|
||||||
.fill("#fff")
|
.fill("#fff")
|
||||||
.shadow(shadow(5, 5, 5, "#000000"))
|
.shadow(shadow(5, 5, 5, "#000000"))
|
||||||
.stroke(stroke(4, "#f00"))
|
// .stroke(stroke(4, "#000"))
|
||||||
.font(font)
|
.font(font)
|
||||||
.view()
|
.view()
|
||||||
.map(|m| Message::None);
|
.map(|m| Message::None);
|
||||||
|
|
Loading…
Reference in a new issue