From 2040e2e09bb6bea6a000fb9fe612d392d42db92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 4 Aug 2023 10:54:00 +0300 Subject: [PATCH] SpeedDial fix --- components/lib/tailwind/Tailwind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/tailwind/Tailwind.js b/components/lib/tailwind/Tailwind.js index d545896fd..1df4c9dd3 100644 --- a/components/lib/tailwind/Tailwind.js +++ b/components/lib/tailwind/Tailwind.js @@ -771,7 +771,7 @@ export default { }), button: { root: ({ parent }) => ({ - class: ['w-16 h-16 min-[0px]:rounded-[50%] justify-center z-10', { 'rotate-45': parent.state.d_visible }] + class: ['w-16 !h-16 !rounded-full justify-center z-10', { 'rotate-45': parent.state.d_visible }] }), label: { class: 'hidden'