Implement design items
This commit is contained in:
parent
bec5cb5b7d
commit
7cb1c89474
4 changed files with 221 additions and 42 deletions
|
|
@ -439,7 +439,7 @@ impl cosmic::Application for App {
|
|||
widget::cosmic_container::container(column)
|
||||
.layer(cosmic::cosmic_theme::Layer::Primary)
|
||||
.padding(16)
|
||||
.style(cosmic::theme::Container::Primary),
|
||||
.style(cosmic::theme::Container::Card),
|
||||
)
|
||||
.on_press(Message::Username(socket.clone(), user.name.clone())),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue