dhre-ui-kit 0.0.217 → 0.0.218
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/lib/index.js +5 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +5 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -1636,6 +1636,10 @@ var styles$p = StyleSheet.create({
|
|
|
1636
1636
|
alignItems: "center",
|
|
1637
1637
|
justifyContent: "center",
|
|
1638
1638
|
borderWidth: 1
|
|
1639
|
+
},
|
|
1640
|
+
textStyle: {
|
|
1641
|
+
alignSelf: "center",
|
|
1642
|
+
textAlign: "center"
|
|
1639
1643
|
}
|
|
1640
1644
|
});
|
|
1641
1645
|
|
|
@@ -1679,6 +1683,7 @@ const Tabs = ({
|
|
|
1679
1683
|
{
|
|
1680
1684
|
variant: FontStyle.L2_REGULAR,
|
|
1681
1685
|
style: {
|
|
1686
|
+
...styles$p.textStyle,
|
|
1682
1687
|
color: isSelected ? theme.CONTENT_INVERTED : theme.CONTENT_SECONDRY
|
|
1683
1688
|
},
|
|
1684
1689
|
text: title
|