From da8092a15c10f76638796c7b45835e3cb68f8315 Mon Sep 17 00:00:00 2001 From: Abderrahim Darghal Belkacemi Date: Thu, 14 Aug 2025 12:10:30 +0200 Subject: [PATCH] fix: update icon classes for consistency and improve button layout --- View/Randomizer.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/View/Randomizer.html.twig b/View/Randomizer.html.twig index 08909c9..eea397f 100644 --- a/View/Randomizer.html.twig +++ b/View/Randomizer.html.twig @@ -14,7 +14,7 @@ {{ trans('cancel') }} {% else %} - + {% endif %} @@ -40,9 +40,9 @@ {% macro genButton(fsc, gen, icon, label) %}
{% set cssColor = gen == fsc.option ? 'btn-success' : 'btn-outline-success' %} - + {% if gen == fsc.option %} - + {% else %} {% endif %}