feat(dashboard): reuse reports filter on overview and add more operators (#31)
This commit is contained in:
@@ -10,12 +10,13 @@ const inputVariant = cva(
|
||||
{
|
||||
variants: {
|
||||
size: {
|
||||
default: 'h-8 px-3 py-2 ',
|
||||
sm: 'h-8 px-3 py-2 ',
|
||||
default: 'h-10 px-3 py-2 ',
|
||||
large: 'h-12 px-4 py-3 text-lg',
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
size: 'default',
|
||||
size: 'sm',
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user