| Index: sky/sdk/lib/widgets/checkbox.dart
|
| diff --git a/sky/sdk/lib/widgets/checkbox.dart b/sky/sdk/lib/widgets/checkbox.dart
|
| index 489740463bc3e802471b89a4accd6c774c4c9970..2c80612666c80e643e7e8e4165716d9078727a84 100644
|
| --- a/sky/sdk/lib/widgets/checkbox.dart
|
| +++ b/sky/sdk/lib/widgets/checkbox.dart
|
| @@ -57,7 +57,7 @@ class Checkbox extends Toggleable {
|
|
|
| // Solid filled rrect
|
| paint.setStyle(sky.PaintingStyle.strokeAndFill);
|
| - Color themeColor = Theme.of(this).color[500];
|
| + Color themeColor = Theme.of(this).primary[500];
|
| paint.color = new Color.fromARGB((t * 255).floor(),
|
| themeColor.red,
|
| themeColor.green,
|
|
|