- Qr code re-adjustment

fix ui break in second display
This commit is contained in:
aungthetkhaing
2025-05-28 10:06:17 +06:30
parent e088954769
commit 3049b6c549
3 changed files with 3 additions and 3 deletions

View File

@@ -199,7 +199,7 @@ class Foodcourt::QrpayController < BaseFoodcourtController
@qr_svg = qrcode.as_svg(
color: "000",
shape_rendering: "crispEdges",
module_size: 2,
module_size: 3,
standalone: true,
use_path: true
)