Skip to content

Commit ce9bf41

Browse files
author
Ibrahim Haizel
committed
tidy
1 parent abf11c5 commit ce9bf41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/components/ui/MultiSelectSearchAutocomplete.svelte

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@
6262
// Custom styling props
6363
choicesItemBackgroundColor = "#f3f2f1",
6464
choicesItemBorderColor = "#b1b4b6",
65-
choicesItemTextColor = "black",
66-
...attributes
67-
65+
choicesItemTextColor = "black",
66+
...attributes
6867
}: {
6968
id: string;
7069
name: string;

0 commit comments

Comments
 (0)