style: remove extra red border to Tabs Widget

This commit is contained in:
Yedoti Sumanth 2020-11-03 12:04:31 +05:30 committed by Sumanth Yedoti
parent 91eec61608
commit f4bed59ba0

View File

@ -69,7 +69,6 @@ const TabsContainer = styled.div`
background: ${props => props.theme.colors.builderBodyBG};
border-top-right-radius: ${props => `${props.theme.radii[1]}px`};
border-top-left-radius: ${props => `${props.theme.radii[1]}px`};
border: 1px solid red;
overflow: hidden;
&& {
height: 38px;