Skip to content

Commit

Permalink
Remove unnecessary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lpotthast committed Feb 19, 2024
1 parent 214f6e3 commit cba17c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptonic/src/components/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ where
view! {
<leptonic-theme-provider
data-theme=move || theme.get().name()
style="height: 100%; width: auto; display: contents;"
style="display: contents;"
>
{ children() }
</leptonic-theme-provider>
Expand Down

0 comments on commit cba17c1

Please sign in to comment.