diff --git a/src/com/fsck/k9/view/ColorChip.java b/src/com/fsck/k9/view/ColorChip.java index 2ec7d4838..c9217a93e 100644 --- a/src/com/fsck/k9/view/ColorChip.java +++ b/src/com/fsck/k9/view/ColorChip.java @@ -69,7 +69,7 @@ public class ColorChip { if (shape.equals(CHECKMARK)) { mDrawable.getPaint().setStrokeWidth(30); } else { - mDrawable.getPaint().setStrokeWidth(10); + mDrawable.getPaint().setStrokeWidth(20); } if (messageRead) { // Read messages get an outlined circle