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.js CHANGED
@@ -3768,11 +3768,11 @@ const Tab = styled__default["default"].div`
3768
3768
  padding: 8px 12px;
3769
3769
  font-size: 16px;
3770
3770
  color: #000000;
3771
+ border-bottom: 2px solid #D0D0D0;
3771
3772
  &.active {
3772
3773
  font-weight: 600;
3773
3774
  color: ${props => props.color};
3774
- border-bottom: 1mm solid ${props => props.color};
3775
- //2px solid ${props => props.color};
3775
+ border-bottom: 2px solid ${props => props.color};
3776
3776
  }
3777
3777
  `;
3778
3778
  const PresentationSlider = styled__default["default"].div`