lint: fix tailwind lint issues (#23367)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
@@ -17,9 +17,9 @@ export default function AppBack({ curApp }: IAppBackProps) {
|
||||
return (
|
||||
<div
|
||||
className={classNames(`
|
||||
flex items-center h-7 pl-2.5 pr-2
|
||||
text-[#1C64F2] font-semibold cursor-pointer
|
||||
rounded-[10px]
|
||||
flex h-7 cursor-pointer items-center rounded-[10px]
|
||||
pl-2.5 pr-2 font-semibold
|
||||
text-[#1C64F2]
|
||||
${curApp && 'hover:bg-[#EBF5FF]'}
|
||||
`)}
|
||||
onMouseEnter={() => setHovered(true)}
|
||||
|
||||
Reference in New Issue
Block a user