build: Use Flutter 3.19.6 for Linux
This commit is contained in:
parent
5f40393dd9
commit
d4da2dd431
8 changed files with 43 additions and 10 deletions
|
|
@ -24,7 +24,8 @@ class LoginView extends StatelessWidget {
|
|||
|
||||
final textFieldFillColor = FluffyThemes.isColumnMode(context)
|
||||
? Theme.of(context).colorScheme.surface
|
||||
: Theme.of(context).colorScheme.surfaceContainerHighest;
|
||||
// ignore: deprecated_member_use
|
||||
: Theme.of(context).colorScheme.surfaceVariant;
|
||||
|
||||
return LoginScaffold(
|
||||
enforceMobileMode: Matrix.of(context).client.isLogged(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue