mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-09 14:42:23 -04:00
text scaling fixes
This commit is contained in:
parent
de691cd778
commit
00fed31ce7
24 changed files with 206 additions and 238 deletions
|
@ -14,6 +14,7 @@ class DefaultAppBar extends AppBar {
|
|||
super.actions})
|
||||
: super(
|
||||
toolbarHeight: 40.scaled(context),
|
||||
leadingWidth: 40.scaled(context),
|
||||
leading: leading ??
|
||||
Container(
|
||||
margin: const EdgeInsets.all(4).scaled(context),
|
||||
|
@ -21,6 +22,7 @@ class DefaultAppBar extends AppBar {
|
|||
color: Colors.black.withAlpha(32),
|
||||
shape: BoxShape.circle),
|
||||
child: SvgPicture.asset('assets/images/vlogo.svg',
|
||||
width: 24.scaled(context),
|
||||
height: 24.scaled(context))
|
||||
.paddingAll(4)));
|
||||
.paddingAll(4.scaled(context))));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue