Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 26, 2024
1 parent aa6a85f commit 0b25055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default function CustomDocument() {
<div className="flex items-center gap-4">
<div className="relative">
<IconListFilter
className="text-muted-foreground absolute left-3 top-2.5 cursor-text"
className="absolute left-3 top-2.5 cursor-text text-muted-foreground"
onClick={() => inputRef.current?.focus()}
/>
<Input
Expand All @@ -159,7 +159,7 @@ export default function CustomDocument() {
<Button
variant="ghost"
size="icon"
className="h-6 w-6 cursor-pointer absolute right-3 top-1.5"
className="absolute right-3 top-1.5 h-6 w-6 cursor-pointer"
onClick={clearFilter}
>
<IconClose />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default function PresetDocument() {
</Select>
<div className="relative">
<IconListFilter
className="text-muted-foreground absolute left-3 top-2.5 cursor-text"
className="absolute left-3 top-2.5 cursor-text text-muted-foreground"
onClick={() => inputRef.current?.focus()}
/>
<Input
Expand All @@ -228,7 +228,7 @@ export default function PresetDocument() {
<Button
variant="ghost"
size="icon"
className="h-6 w-6 cursor-pointer absolute right-3 top-1.5"
className="absolute right-3 top-1.5 h-6 w-6 cursor-pointer"
onClick={clearFilter}
>
<IconClose />
Expand Down

0 comments on commit 0b25055

Please sign in to comment.