@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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@one-am/react-native-simple-image-slider",
|
|
3
|
-
"version": "0.7.
|
|
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",
|
package/src/PageCounter.tsx
CHANGED
|
@@ -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:
|
|
29
|
+
padding: 6px 5px;
|
|
30
30
|
width: 75px;
|
|
31
31
|
flex-direction: row;
|
|
32
32
|
align-items: center;
|