Skip to content

Commit 65e9ad2

Browse files
committed
fix: color for dropdown indicator
1 parent 4fd0685 commit 65e9ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Helper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ export function useKeyDown() {
980980
export const DropdownIndicator = (props) => {
981981
return (
982982
<components.DropdownIndicator {...props}>
983-
<ArrowDown className="icon-dim-20 icon-n5" />
983+
<ArrowDown className="icon-dim-20 icon-n6" />
984984
</components.DropdownIndicator>
985985
)
986986
}

0 commit comments

Comments
 (0)