category ticket and group user and ...

This commit is contained in:
hamid zarghami
2025-03-01 16:41:20 +03:30
parent cfd4284cd8
commit 0cf7dede8b
14 changed files with 430 additions and 58 deletions
+1 -1
View File
@@ -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>
}