secullum-react-native-ui 4.17.7 → 4.18.0

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.
@@ -26,7 +26,7 @@ function MenuItem(props) {
26
26
  color: theme.borderColor1
27
27
  },
28
28
  textSelected: {
29
- color: theme.textColor2
29
+ color: theme.menuSelectedTextColor
30
30
  },
31
31
  subText: {
32
32
  fontSize: 12,
@@ -33,7 +33,7 @@ class RadioGroup extends React.Component {
33
33
  color: theme.textColor3
34
34
  },
35
35
  selectedItem: {
36
- backgroundColor: theme.backgroundColor3
36
+ backgroundColor: theme.radioSelectedBackgroundColor
37
37
  },
38
38
  selectedItemText: {
39
39
  color: theme.textColor4
@@ -21,6 +21,8 @@ export interface Theme {
21
21
  counterTextColor: string;
22
22
  dropDownTextColor: string;
23
23
  questionTextColor: string;
24
+ menuSelectedTextColor: string;
25
+ radioSelectedBackgroundColor: string;
24
26
  datePickerColor: string;
25
27
  backgroundColor1: string;
26
28
  backgroundColor2: string;
@@ -25,6 +25,8 @@ let theme = {
25
25
  counterTextColor: exports.WHITE,
26
26
  dropDownTextColor: exports.BLACK,
27
27
  questionTextColor: exports.BLACK,
28
+ menuSelectedTextColor: exports.BLUE_LIGHT,
29
+ radioSelectedBackgroundColor: exports.BLUE_LIGHT,
28
30
  datePickerColor: exports.BLUE_LIGHT_2,
29
31
  backgroundColor1: exports.WHITE,
30
32
  backgroundColor2: exports.GRAY_1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "secullum-react-native-ui",
3
- "version": "4.17.7",
3
+ "version": "4.18.0",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "files": [