Skip to content

Commit fc7951d

Browse files
committed
thats silly!
1 parent 9c7f2d6 commit fc7951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder/create_components.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ impl<'a> CreateContainer<'a> {
466466
}
467467

468468
// Set the colour of the left-hand side of the container.
469-
pub fn accent_colour<C: Into<Colour>>(mut self, colour: C) -> Selff {
469+
pub fn accent_colour<C: Into<Colour>>(mut self, colour: C) -> Self {
470470
self.accent_color = Some(colour.into());
471471
self
472472
}

0 commit comments

Comments
 (0)