style: replace h-[1px] with h-px to unify the writing format of Tailwind CSS (#24146)
This commit is contained in:
@@ -12,7 +12,7 @@ const GroupName: FC<IGroupNameProps> = ({
|
||||
return (
|
||||
<div className='mb-1 flex items-center'>
|
||||
<div className='mr-3 text-xs font-semibold uppercase leading-[18px] text-text-tertiary'>{name}</div>
|
||||
<div className='h-[1px] grow'
|
||||
<div className='h-px grow'
|
||||
style={{
|
||||
background: 'linear-gradient(270deg, rgba(243, 244, 246, 0) 0%, #F3F4F6 100%)',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user