lint: fix tailwind lint issues (#23367)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
parent
62772e8871
commit
cb5e2ad9b2
46 changed files with 99 additions and 103 deletions
|
|
@ -47,7 +47,7 @@ export default function Indicator({
|
|||
}: IndicatorProps) {
|
||||
return (
|
||||
<div className={classNames(
|
||||
'w-2 h-2 border border-solid rounded-[3px]',
|
||||
'h-2 w-2 rounded-[3px] border border-solid',
|
||||
BACKGROUND_MAP[color],
|
||||
BORDER_MAP[color],
|
||||
SHADOW_MAP[color],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue