remove stroke

This commit is contained in:
Chris Cochrun 2025-04-22 09:46:33 -05:00
parent 2e900039cb
commit fc445e929f

View file

@ -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);