Web:Components:Change the styles of the tabsContainer.

This commit is contained in:
Vlada Gazizova 2022-08-23 13:50:14 +03:00
parent 00ef98d972
commit cdc11afb81

View File

@ -21,7 +21,6 @@ const Label = styled.div`
height: ${(props) => props.theme.tabsContainer.label.height};
border-radius: ${(props) => props.theme.tabsContainer.label.borderRadius};
min-width: ${(props) => props.theme.tabsContainer.label.minWidth};
margin-right: ${(props) => props.theme.tabsContainer.label.marginRight};
width: ${(props) => props.theme.tabsContainer.label.width};
.title_style {