From 3a21ab2cd20d772468b00665fc9baba60b9d5d74 Mon Sep 17 00:00:00 2001 From: mostafa fallahi <121685990+Mr-Mosio@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:24:04 +0330 Subject: [PATCH] fix modal actions rtl space reverse (#3271) --- src/components/styled/modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/styled/modal.css b/src/components/styled/modal.css index e8b47bed268..9ffbdfcbc90 100644 --- a/src/components/styled/modal.css +++ b/src/components/styled/modal.css @@ -25,7 +25,7 @@ @apply translate-y-0 scale-100; } .modal-action { - @apply mt-6 justify-end space-x-2; + @apply mt-6 justify-end space-x-2 rtl:space-x-reverse; } @keyframes modal-pop { 0% {