From 067c29b0718f94579aff2270db025808f564fae3 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: Sat, 5 Aug 2023 14:04:05 +0300 Subject: [PATCH] Formatted class typing --- components/lib/passthrough/tailwind/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index c0977dc2f..37e713ec0 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -284,7 +284,7 @@ export default { } }, tabview: { - navContainer: ({ props, context, parent }) => ({ + navContainer: ({ props }) => ({ class: [ 'relative', // Relative positioning. { 'overflow-hidden': props.scrollable } // Overflow condition. @@ -1128,9 +1128,9 @@ export default { icon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900' }, radiobutton: { - root: ({ props }) => ({ + root: { class: ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6'] - }), + }, input: ({ props }) => ({ class: [ 'flex justify-center items-center',