style: remove extra red border to Tabs Widget
This commit is contained in:
parent
91eec61608
commit
f4bed59ba0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user