diff --git a/webapp/src/app/services/phaser/tilemap/tile-drawer.ts b/webapp/src/app/services/phaser/tilemap/tile-drawer.ts index cd69bcf2..b694b5f0 100644 --- a/webapp/src/app/services/phaser/tilemap/tile-drawer.ts +++ b/webapp/src/app/services/phaser/tilemap/tile-drawer.ts @@ -315,7 +315,7 @@ export class TileDrawer extends BaseObject { let textColor = 'rgba(0,0,0,0.6)'; let backgroundColor = 0xffffff; if (Globals.settingsService.getSettings().selectionBoxDark) { - textColor = 'rgba(255,255,255,0.8)'; + textColor = 'rgba(255,255,255,0.9)'; backgroundColor = 0x333333; } diff --git a/webapp/src/assets/selection-dark.png b/webapp/src/assets/selection-dark.png index 97d486ee..62e75bcf 100644 Binary files a/webapp/src/assets/selection-dark.png and b/webapp/src/assets/selection-dark.png differ