mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-12 16:05:28 -04:00
text scaling fixes
This commit is contained in:
parent
de691cd778
commit
00fed31ce7
24 changed files with 206 additions and 238 deletions
|
@ -98,11 +98,6 @@ class _DrawerMenuState extends State<DrawerMenu> {
|
|||
final avatar = StyledAvatar(
|
||||
name: name,
|
||||
size: 34.scaled(context),
|
||||
borderColor: border,
|
||||
foregroundColor: loggedIn ? scale.primaryText : scale.subtleText,
|
||||
backgroundColor: loggedIn ? scale.primary : scale.elementBackground,
|
||||
scaleConfig: scaleConfig,
|
||||
textStyle: theme.textTheme.titleLarge!,
|
||||
);
|
||||
|
||||
return AnimatedPadding(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue