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
|
@ -33,6 +33,7 @@ class StyledDropdown<T> extends StatelessWidget {
|
|||
iconDisabledColor: scheme.primaryScale.appText.withAlpha(127),
|
||||
items: _items,
|
||||
value: _value,
|
||||
style: theme.textTheme.labelLarge,
|
||||
onChanged: _onChanged == null
|
||||
? null
|
||||
: (value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue