landmark styling
Some checks failed
Build and push docker image / Build (pull_request) Failing after 2m47s
Build and release APK / Build APK (pull_request) Successful in 4m39s
Build web / Build Web (pull_request) Successful in 1m21s

This commit is contained in:
2024-06-07 15:09:18 +02:00
parent 40943c5c5b
commit 9a5ae95d97
3 changed files with 92 additions and 76 deletions

View File

@@ -51,7 +51,7 @@ class ImportanceSliders extends StatefulWidget {
class _ImportanceSlidersState extends State<ImportanceSliders> {
UserPreferences _prefs = UserPreferences();
final UserPreferences _prefs = UserPreferences();
@override
void initState() {
@@ -80,7 +80,7 @@ class _ImportanceSlidersState extends State<ImportanceSliders> {
},
)
),
margin: EdgeInsets.only(left: 10, right: 10, top: 10, bottom: 0),
margin: const EdgeInsets.only(left: 10, right: 10, top: 10, bottom: 0),
shadowColor: Colors.grey,
));
}