opt dropdown button of connection page (#11086)

* Use menu style of the peer card
* Add margin between connection button and dropdown button
* Use thinner icon

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages 2025-03-11 16:29:02 +08:00 committed by GitHub
parent b2cc9eac23
commit e0fd698101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 71 additions and 37 deletions

View file

@ -108,6 +108,8 @@ class IconFont {
static const _family2 = 'PeerSearchbar';
static const _family3 = 'AddressBook';
static const _family4 = 'DeviceGroup';
static const _family5 = 'More';
IconFont._();
static const IconData max = IconData(0xe606, fontFamily: _family1);
@ -123,6 +125,7 @@ class IconFont {
IconData(0xe623, fontFamily: _family4);
static const IconData deviceGroupFill =
IconData(0xe748, fontFamily: _family4);
static const IconData more = IconData(0xe609, fontFamily: _family5);
}
class ColorThemeExtension extends ThemeExtension<ColorThemeExtension> {