ikualo-ui-kit-mobile 1.3.7 → 1.3.8

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.
@@ -120,7 +120,7 @@ const getStylesBtnLightSmall = (theme: ITheme) =>
120
120
  StyleSheet.create({
121
121
  'btn-light-small': {
122
122
  borderWidth: 1,
123
- borderRadius: 8,
123
+ borderRadius: 36,
124
124
  maxWidth: 48,
125
125
  minWidth: 48,
126
126
  maxHeight: 48,
@@ -4,21 +4,17 @@ const { height } = Dimensions.get('window');
4
4
  export const getStylesCards = (theme: ITheme) =>
5
5
  StyleSheet.create({
6
6
  card: {
7
- borderRadius: 8,
8
7
  backgroundColor: theme.colors.background_card,
9
8
  padding: 16,
10
- borderWidth: 1,
11
- borderColor: theme.colors.border,
9
+ borderRadius: 18,
10
+ boxShadow: '0px 4px 4px 0px rgba(0, 0, 0, 0.06)',
12
11
  },
13
12
  'card-interactive': {
14
13
  flexDirection: 'row',
15
14
  justifyContent: 'space-between',
16
15
  backgroundColor: theme.colors.background_card,
17
- borderColor: theme.colors.border,
18
- padding: 16,
19
- borderRadius: 4,
20
- borderWidth: 1,
21
- marginVertical: 4,
16
+ paddingTop: 16,
17
+ paddingBottom: 16,
22
18
  },
23
19
  'card-interactive-icon': {
24
20
  marginHorizontal: 16,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ikualo-ui-kit-mobile",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "main": "src/index.ts",
5
5
  "scripts": {
6
6
  "start": "expo start",