sag_components 2.0.0-beta72 → 2.0.0-beta73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3758,11 +3758,11 @@ const Tab = styled.div`
|
|
|
3758
3758
|
padding: 8px 12px;
|
|
3759
3759
|
font-size: 16px;
|
|
3760
3760
|
color: #000000;
|
|
3761
|
+
border-bottom: 2px solid #D0D0D0;
|
|
3761
3762
|
&.active {
|
|
3762
3763
|
font-weight: 600;
|
|
3763
3764
|
color: ${props => props.color};
|
|
3764
|
-
border-bottom:
|
|
3765
|
-
//2px solid ${props => props.color};
|
|
3765
|
+
border-bottom: 2px solid ${props => props.color};
|
|
3766
3766
|
}
|
|
3767
3767
|
`;
|
|
3768
3768
|
const PresentationSlider = styled.div`
|