chore: upgrade tailwindcss

up to v4
This commit is contained in:
xfy
2025-05-19 15:01:20 +08:00
parent 7e9a7b616d
commit dd8b20b015
23 changed files with 36 additions and 32 deletions

View File

@ -29,7 +29,7 @@ const Tab = ({ defaultValue, children }: Props) => {
<ul
role="tablist"
aria-orientation="horizontal"
className="flex list-none !p-[unset]"
className="flex list-none p-[unset]!"
>
{children.map((child) => (
<li
@ -44,7 +44,7 @@ const Tab = ({ defaultValue, children }: Props) => {
'select-none cursor-pointer',
'min-w-[76px] text-center',
'hover:bg-gray-200 dark:hover:bg-rua-gray-800',
'!list-none',
'list-none!',
)}
>
{child.props.label}