Use container::dark style for markdown code blocks
This commit is contained in:
parent
c173fa1f92
commit
23a7e9f981
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ where
|
|||
)
|
||||
.width(Length::Fill)
|
||||
.padding(spacing.0 / 2.0)
|
||||
.style(container::rounded_box)
|
||||
.style(container::dark)
|
||||
.into(),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue