Implement design items

This commit is contained in:
Jeremy Soller 2023-10-06 13:07:53 -06:00
parent bec5cb5b7d
commit 7cb1c89474
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 221 additions and 42 deletions

View file

@ -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())),
);