collab: Tweak screen selector appearance (#34919)

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>


Release Notes:

- N/A

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
This commit is contained in:
Piotr Osiewicz 2025-07-22 20:53:57 +02:00 committed by Orual
parent 22e4a8c2f2
commit cdd3ac3ae0
No known key found for this signature in database
4 changed files with 48 additions and 19 deletions

View file

@ -501,7 +501,7 @@ mod remote_button {
)
.into_any_element();
SplitButton { left, right }
SplitButton::new(left, right)
}
}