Skip to content
Snippets Groups Projects
Commit 3d3afc3c authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Fix text color, reduce cells border witdh

parent 7a64701e
No related branches found
No related tags found
1 merge request!38Resolve "Fix colors"
Pipeline #5600 passed
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.37
app.versionCode=37
app.versionName=0.0.38
app.versionCode=38
Fix text color, reduce cells border width.
Correction sur couleur de texte, diminution de la largeur des bordures des cases.
......@@ -38,7 +38,7 @@ class BoardPainter extends CustomPainter {
}
// borders
const double borderSize = 4;
const double borderSize = 2;
final cellPaintBorder = Paint();
cellPaintBorder.color = colorScheme.onSurface;
cellPaintBorder.strokeWidth = borderSize;
......
......@@ -31,7 +31,7 @@ class TopIndicator extends StatelessWidget {
style: const TextStyle(
fontSize: 35,
fontWeight: FontWeight.w600,
color: Colors.black,
color: Colors.grey,
),
),
],
......
......@@ -2,7 +2,7 @@ name: colors
description: Fill the board, a colorfull game!
publish_to: 'none'
version: 0.0.37+37
version: 0.0.38+38
environment:
sdk: '^3.0.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment