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 48b007f commit 8e05df3Copy full SHA for 8e05df3
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