fix: zkouším spravit vzhled na ios

This commit is contained in:
Matyáš Caras 2023-09-12 21:02:43 +02:00
parent 0b5967271a
commit d3256d969f
Signed by untrusted user who does not match committer: hernik
GPG key ID: 2A3175F98820C5C6
4 changed files with 14 additions and 1768 deletions

View file

@ -1 +0,0 @@
module.exports = {extends: ['@commitlint/config-conventional']}

View file

@ -144,7 +144,9 @@ class MyApp extends StatelessWidget {
colorScheme: darkColorScheme),
home: const LoginPage(),
)
: const CupertinoApp(
: Theme(
data: ThemeData(useMaterial3: true, colorScheme: lightColorScheme),
child: const CupertinoApp(
debugShowCheckedModeBanner: false,
localizationsDelegates: [
AppLocalizations.delegate,
@ -156,6 +158,7 @@ class MyApp extends StatelessWidget {
primaryColor: Colors.purple,
),
home: LoginPage(),
),
);
}
}

View file

@ -1,12 +0,0 @@
{
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

File diff suppressed because it is too large Load diff