完善账单页面,抽取公共页面组件
This commit is contained in:
@@ -10,7 +10,7 @@ function Input({className, type, ...props}: React.ComponentProps<'input'>) {
|
||||
className={merge(
|
||||
`transition-[color,box-shadow] duration-200 ease-in-out`,
|
||||
`h-10 min-w-0 w-full`,
|
||||
' placeholder:text-muted-foreground',
|
||||
'placeholder:text-muted-foreground',
|
||||
'selection:bg-primary selection:text-primary-foreground',
|
||||
'flex rounded-md border bg-transparent px-3 py-1 text-base shadow-xs',
|
||||
'outline-none focus-visible:ring-4 ring-ring/50',
|
||||
|
||||
Reference in New Issue
Block a user