diff --git a/apps/cutelauncher/ChangeLog b/apps/cutelauncher/ChangeLog index e8a95d88d..8a5d25486 100644 --- a/apps/cutelauncher/ChangeLog +++ b/apps/cutelauncher/ChangeLog @@ -3,3 +3,4 @@ 0.29: Draw function optimization 0.30: Refine initial scrollbar position 0.31: Coloring for scrollbar +0.32: Coloring for scrollbar diff --git a/apps/cutelauncher/app.js b/apps/cutelauncher/app.js index 03c59cc40..464d137b3 100644 --- a/apps/cutelauncher/app.js +++ b/apps/cutelauncher/app.js @@ -121,7 +121,7 @@ const lineRight = overlayWidth - 9; // Draw inner lines (increased from ±1 to ±2) - overlay.setColor(g.theme.bg2); + overlay.setColor(g.theme.fg2); overlay.fillRect(lineLeft - 2, lineY1 - 1, lineRight + 2, lineY1 + 1); overlay.fillRect(lineLeft - 2, lineY2 - 1, lineRight + 2, lineY2 + 1); diff --git a/apps/cutelauncher/metadata.json b/apps/cutelauncher/metadata.json index 6181bebfe..bd565fe51 100644 --- a/apps/cutelauncher/metadata.json +++ b/apps/cutelauncher/metadata.json @@ -2,7 +2,7 @@ "id": "cutelauncher", "name": "Cute Launcher", "shortName": "Cute Launcher", - "version": "0.31", + "version": "0.32", "description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen", "icon": "app.png", "type": "launch",