Checkpoint
This commit is contained in:
parent
0d161519e4
commit
bbc4673f17
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ impl<V: 'static> TitleBar<V> {
|
||||||
)
|
)
|
||||||
.child(div().px_2().flex().items_center().child(avatar(
|
.child(div().px_2().flex().items_center().child(avatar(
|
||||||
"https://avatars.githubusercontent.com/u/1714999?v=4",
|
"https://avatars.githubusercontent.com/u/1714999?v=4",
|
||||||
Shape::Squircle,
|
Shape::RoundedRectangle,
|
||||||
))),
|
))),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ pub enum ButtonVariant {
|
||||||
#[derive(PartialEq)]
|
#[derive(PartialEq)]
|
||||||
pub enum Shape {
|
pub enum Shape {
|
||||||
Circle,
|
Circle,
|
||||||
Squircle,
|
RoundedRectangle,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(PartialEq)]
|
#[derive(PartialEq)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue