category ticket and group user and ...
This commit is contained in:
@@ -11,7 +11,7 @@ const Textarea: FC<Props> = (props: Props) => {
|
||||
<div className='w-full relative'>
|
||||
{
|
||||
props.label &&
|
||||
<div className='text-xs text-gray-500 absolute top-2 right-2' >
|
||||
<div className='text-sm' >
|
||||
{props.label}
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user