We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea7759 commit b1ea15aCopy full SHA for b1ea15a
src/builder/create_components.rs
@@ -466,7 +466,7 @@ impl<'a> CreateContainer<'a> {
466
}
467
468
// Set the colour of the left-hand side of the container.
469
- pub fn accent_colour<C: Into<Colour>>(mut self, colour: C) -> Selff {
+ pub fn accent_colour<C: Into<Colour>>(mut self, colour: C) -> Self {
470
self.accent_color = Some(colour.into());
471
self
472
0 commit comments