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(
|
||||
"https://avatars.githubusercontent.com/u/1714999?v=4",
|
||||
Shape::Squircle,
|
||||
Shape::RoundedRectangle,
|
||||
))),
|
||||
)
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ pub enum ButtonVariant {
|
|||
#[derive(PartialEq)]
|
||||
pub enum Shape {
|
||||
Circle,
|
||||
Squircle,
|
||||
RoundedRectangle,
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue