fix: styling
This commit is contained in:
parent
4107f18d81
commit
2a99ad959a
4 changed files with 18 additions and 13 deletions
|
|
@ -421,7 +421,6 @@ impl cosmic::Application for CosmicBluetoothApplet {
|
|||
])
|
||||
.style(Button::Text)
|
||||
.padding([8, 24])
|
||||
.style(button_style())
|
||||
.on_press(Message::ToggleVisibleDevices(!self.show_visible_devices));
|
||||
content = content.push(available_connections_btn);
|
||||
let mut list_column: Vec<Element<'_, Message>> =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue