style: replace h-[1px] with h-px to unify the writing format of Tailwind CSS (#24146)
This commit is contained in:
parent
1abf1240b2
commit
0c595c4745
34 changed files with 41 additions and 47 deletions
|
|
@ -294,7 +294,7 @@ const Authorized = ({
|
|||
)
|
||||
}
|
||||
</div>
|
||||
<div className='h-[1px] bg-divider-subtle'></div>
|
||||
<div className='h-px bg-divider-subtle'></div>
|
||||
<div className='p-2'>
|
||||
<Authorize
|
||||
pluginPayload={pluginPayload}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue