From 6ae31652ee534a1b62bee0c7f811a088d26216d4 Mon Sep 17 00:00:00 2001 From: Andreas Wahlqvist Date: Tue, 3 Oct 2023 21:12:01 +0200 Subject: [PATCH] fix typos `apperance-none` -> `appearance-none` Note that this might have unintended consequences since these elements never actually had the `appearance-none` property. --- 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 b2f4bb9bf7..2c023b6616 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -3398,7 +3398,7 @@ export default { }), input: { class: [ - 'font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', + 'font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode @@ -3439,7 +3439,7 @@ export default { }, input: { class: [ - 'font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', + 'font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border border-gray-300 pr-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] focus:border-blue-300', 'dark:text-white dark:bg-gray-950 dark:border-blue-900/40', //Dark Mode @@ -3464,7 +3464,7 @@ export default { }), input: { class: [ - 'font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', + 'font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode