From c48a71ce74b66cd1277b918caa265c5d33d7628d Mon Sep 17 00:00:00 2001 From: mostafa fallahi <121685990+Mr-Mosio@users.noreply.github.com> Date: Sun, 10 Nov 2024 10:14:11 +0330 Subject: [PATCH] fix modal actions rtl space reverse --- 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% {