making stroke smaller
This commit is contained in:
parent
2f8ee4a317
commit
60f69cf312
2 changed files with 4 additions and 3 deletions
|
@ -552,7 +552,7 @@ pub(crate) fn slide_view<'a>(
|
|||
.text(slide_text)
|
||||
.fill("#fff")
|
||||
.shadow(shadow(2, 2, 5, "#000000"))
|
||||
.stroke(stroke(2, "#000"))
|
||||
.stroke(stroke(1, "#000"))
|
||||
.font(font)
|
||||
.view()
|
||||
.map(|m| Message::None);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue