Skip to content

Commit 21c399f

Browse files
committed
Colores del tema; modificados
Se oscureció el morado más oscuro y se esclareció el rosa de acción
1 parent 9f8d718 commit 21c399f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Theme.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class AppColors extends StatelessWidget
88

99
static Color darkBox = Color(0xFF44086A);
1010
static Color lightBox = Color(0xFF5C309E);
11-
static Color takenBox = Color(0xFFB6086C);
12-
static Color closedBox = Color(0xFF300458);
11+
static Color takenBox = Color(0xFFEA0858);
12+
static Color closedBox = Color(0xFF2C0038);
1313

1414
@override
1515
Widget build(BuildContext context)

0 commit comments

Comments
 (0)