chore: using tabler icon instead of fontawesome for caret

This commit is contained in:
Anoop M D
2022-03-16 02:18:38 +05:30
parent 6badca632b
commit dfa68561f6
4 changed files with 19 additions and 8 deletions

View File

@@ -28,6 +28,13 @@ const Wrapper = styled.div`
}
}
}
.caret {
color: rgb(140, 140, 140);
fill: rgb(140 140 140);
position: relative;
top: 1px;
}
`;
export default Wrapper;