We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42bc2b commit 7b09658Copy full SHA for 7b09658
lib/main.dart
@@ -63,6 +63,7 @@ void callbackDispatcher() {
63
});
64
}
65
66
+
67
class MyApp extends StatefulWidget {
68
@override
69
_MyAppState createState() => _MyAppState();
@@ -127,8 +128,8 @@ class _MyAppState extends State<MyApp> {
127
128
onBackground: Colors.black,
129
surface: Colors.white,
130
onSurface: Colors.black,
- // TODO: info #A3D9FF
131
- // TODO: positive #5BBA6F
+ tertiary: Color(0xFFA3D9FF), // Info color
132
+ outline: Color(0xFF5BBA6F) // Positive color
133
),
134
fontFamily: 'Nunito',
135
textTheme: TextTheme(
0 commit comments