mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
update tailwindcss@4
This commit is contained in:
@@ -17,7 +17,7 @@ export default function Input(props: InputProps) {
|
||||
} = props
|
||||
|
||||
const defaultClasses =
|
||||
'appearance-none bg-gray-50 text-gray-500 border rounded py-2 px-3 mb-3 leading-tight disabled:bg-gray-200 disabled:cursor-not-allowed focus: outline-none focus:bg-white w-full'
|
||||
'appearance-none bg-gray-50 text-gray-500 border rounded-sm py-2 px-3 mb-3 leading-tight disabled:bg-gray-200 disabled:cursor-not-allowed focus: outline-hidden focus:bg-white w-full'
|
||||
const classes = `${defaultClasses} ${className}`
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user