rating options

This commit is contained in:
Jonas Braus
2024-11-21 14:37:46 +01:00
parent aedfbc3a6d
commit be341b7c69
6 changed files with 89 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class MyApp extends StatelessWidget {
surface: Colors.white,
onSurface: Color.fromRGBO(60, 60, 60, 1),
brightness: Brightness.light,
tertiary: Color.fromRGBO(251, 216, 17, 0),
tertiary: Color.fromRGBO(251, 216, 17, 1),
onTertiary: Color.fromRGBO(60, 60, 60, 1)),
useMaterial3: true,
),