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

@@ -4,6 +4,12 @@ const Wrapper = styled.div`
.current-enviroment {
background: #efefef;
border-radius: 15px;
.caret {
margin-left: 0.25rem;
color: rgb(140, 140, 140);
fill: rgb(140, 140, 140);
}
}
`;