style: remove extra red border to Tabs Widget

This commit is contained in:
Sumanth Yedoti 2020-11-04 13:54:18 +05:30
parent 41411bddcb
commit a3d7cdb769

View File

@ -66,7 +66,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;