use Material3, changed color selection

This commit is contained in:
Thomas
2023-05-06 12:53:32 +02:00
parent 90e25856cf
commit e61597b3ce
12 changed files with 67 additions and 121 deletions

View File

@@ -942,7 +942,7 @@ abstract class S {
/// No description provided for @setting.
///
/// In en, this message translates to:
/// **'Setting'**
/// **'Settings'**
String get setting;
/// No description provided for @sftpDlPrepare.

View File

@@ -454,7 +454,7 @@ class SEn extends S {
String get serverTabUnkown => 'Unknown state';
@override
String get setting => 'Setting';
String get setting => 'Settings';
@override
String get sftpDlPrepare => 'Preparing to connect...';