mirror of
https://github.com/immich-app/immich.git
synced 2025-12-03 04:59:45 +09:00
chore(mobile): styling and linter (#1807)
* chore(mobile): styling and linter * style: adaptive SwitchListTile
This commit is contained in:
@@ -21,7 +21,7 @@ class BackupInfoCard extends StatelessWidget {
|
||||
borderRadius: BorderRadius.circular(20), // if you need this
|
||||
side: BorderSide(
|
||||
color: isDarkMode
|
||||
? const Color.fromARGB(255, 101, 101, 101)
|
||||
? const Color.fromARGB(255, 56, 56, 56)
|
||||
: Colors.black12,
|
||||
width: 1,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user