Skip to content

Commit

Permalink
Implement FlexContainerStyle for Style as well as &Style (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Aug 1, 2024
1 parent 42f75c6 commit 416558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ impl<T: BlockContainerStyle> BlockContainerStyle for &'_ T {
}

#[cfg(feature = "flexbox")]
impl FlexboxContainerStyle for &Style {
impl FlexboxContainerStyle for Style {
#[inline(always)]
fn flex_direction(&self) -> FlexDirection {
self.flex_direction
Expand Down

0 comments on commit 416558f

Please sign in to comment.