| Index: sky/sdk/lib/framework/components2/checkbox.dart
|
| diff --git a/sky/sdk/lib/framework/components2/checkbox.dart b/sky/sdk/lib/framework/components2/checkbox.dart
|
| index 331ab9b7bb442b950183435210a177ee8be38b81..f86f810aa2cea74725a5b15746e0009a45c0eb16 100644
|
| --- a/sky/sdk/lib/framework/components2/checkbox.dart
|
| +++ b/sky/sdk/lib/framework/components2/checkbox.dart
|
| @@ -35,8 +35,8 @@ class Checkbox extends ButtonBase {
|
| child: new CustomPaint(
|
| callback: (sky.Canvas canvas) {
|
|
|
| - sky.Paint paint = new sky.Paint()..color = color;
|
| - ..isAntiAlias = true;
|
| + sky.Paint paint = new sky.Paint()..color = color
|
| + ..isAntiAlias = true
|
| ..strokeWidth = 2.0;
|
|
|
| // Draw the outer rrect
|
|
|