Skip to content

Commit 3fdec71

Browse files
committed
fix: css attribute name
1 parent 04f07e2 commit 3fdec71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autocomplete/autocomplete.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
border-radius: var(--border-radius);
8484
appearance: none;
8585
-webkit-appearance: none;
86-
-moz-ppearance: none;
86+
-moz-appearance: none;
8787
outline: none;
8888
box-shadow: var(--input-shadow);
8989
}

0 commit comments

Comments
 (0)