@one-am/react-native-simple-image-slider 0.7.0 → 0.7.1

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.
@@ -17,7 +17,7 @@ const StyledContainer = _native.default.View`
17
17
  theme
18
18
  }) => theme.colors.simpleImageSlider.pageCounterBorder};
19
19
  border-radius: 8px;
20
- padding: 8px;
20
+ padding: 6px 5px;
21
21
  width: 75px;
22
22
  flex-direction: row;
23
23
  align-items: center;
@@ -10,7 +10,7 @@ const StyledContainer = styled.View`
10
10
  theme
11
11
  }) => theme.colors.simpleImageSlider.pageCounterBorder};
12
12
  border-radius: 8px;
13
- padding: 8px;
13
+ padding: 6px 5px;
14
14
  width: 75px;
15
15
  flex-direction: row;
16
16
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-am/react-native-simple-image-slider",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "A simple and performant image slider made with FlashList. Includes a full screen gallery component with gesture support.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -26,7 +26,7 @@ const StyledContainer = styled.View`
26
26
  border-width: 1px;
27
27
  border-color: ${({ theme }) => theme.colors.simpleImageSlider.pageCounterBorder};
28
28
  border-radius: 8px;
29
- padding: 8px;
29
+ padding: 6px 5px;
30
30
  width: 75px;
31
31
  flex-direction: row;
32
32
  align-items: center;