mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Rebase changes
This commit is contained in:
@@ -92,7 +92,7 @@ export const RadioGroupField = <
|
|||||||
value={option.value}
|
value={option.value}
|
||||||
className={({ checked }) =>
|
className={({ checked }) =>
|
||||||
twMerge(
|
twMerge(
|
||||||
"flex flex-1 cursor-pointer items-center justify-center rounded-lg border px-5 py-3 text-center text-sm font-medium focus:outline-none",
|
"flex flex-1 cursor-pointer items-center justify-center rounded-lg border px-5 py-3 text-center font-medium focus:outline-none",
|
||||||
"border-gray-300 bg-gray-50 text-gray-900",
|
"border-gray-300 bg-gray-50 text-gray-900",
|
||||||
"dark:border-gray-600 dark:bg-gray-700 dark:text-white",
|
"dark:border-gray-600 dark:bg-gray-700 dark:text-white",
|
||||||
checked &&
|
checked &&
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export const classNames = <Option, IsMulti extends boolean = false>(
|
|||||||
indicatorSeparator: () => "w-px text-gray-900 dark:text-white",
|
indicatorSeparator: () => "w-px text-gray-900 dark:text-white",
|
||||||
control: (state) =>
|
control: (state) =>
|
||||||
twMerge(
|
twMerge(
|
||||||
"group flex w-full items-center justify-between rounded-lg border p-2.5 text-sm",
|
"group flex w-full items-center justify-between rounded-lg border p-2.5",
|
||||||
"border-gray-300 bg-gray-50 text-gray-900 focus-within:border-primary-500 focus-within:ring-primary-500",
|
"border-gray-300 bg-gray-50 text-gray-900 focus-within:border-primary-500 focus-within:ring-primary-500",
|
||||||
"dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:placeholder-gray-400 dark:focus-within:border-primary-500 dark:focus-within:ring-primary-500",
|
"dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:placeholder-gray-400 dark:focus-within:border-primary-500 dark:focus-within:ring-primary-500",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user