Skip to content

Commit

Permalink
fix: update styles for calendar components and adjust margins in even…
Browse files Browse the repository at this point in the history
…t screens
  • Loading branch information
Robert27 committed Dec 19, 2024
1 parent 9b60ac4 commit 68656f0
Show file tree
Hide file tree
Showing 11 changed files with 197 additions and 3,883 deletions.
3,678 changes: 0 additions & 3,678 deletions bun.lock

This file was deleted.

Binary file added bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ RUN apt-get update && apt-get install -y git
# this will cache them and speed up future builds
FROM base AS install
RUN mkdir -p /temp/dev
COPY package.json bun.lock /temp/dev/
COPY package.json bun.lockb /temp/dev/
RUN cd /temp/dev && bun install --frozen-lockfile --ignore-scripts

# install with --production (exclude devDependencies)
RUN mkdir -p /temp/prod
COPY package.json bun.lock /temp/prod/
COPY package.json bun.lockb /temp/prod/
RUN cd /temp/prod && bun install --frozen-lockfile --production --ignore-scripts

# copy node_modules from temp directory
Expand Down
74 changes: 37 additions & 37 deletions ios/NeulandNext.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
32D8D564B846DE9C541F650D /* Pods_NeulandNext.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA4BFCC254BD4A7CC352B7F6 /* Pods_NeulandNext.framework */; };
23C7E96C2EE596138357B3C5 /* Pods_NeulandNext.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53058AB7F0EEAF734E3661BE /* Pods_NeulandNext.framework */; };
360194F820633262CFF9AA20 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = E7208147937BDB07AB0D2168 /* PrivacyInfo.xcprivacy */; };
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
8DCB7D37B2034C1D87C16A0E /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4554E8D5ED154F9DB526498E /* noop-file.swift */; };
Expand All @@ -22,23 +22,23 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
06F9D8FF538D280C379A00B8 /* Pods-NeulandNext.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NeulandNext.release.xcconfig"; path = "Target Support Files/Pods-NeulandNext/Pods-NeulandNext.release.xcconfig"; sourceTree = "<group>"; };
13B07F961A680F5B00A75B9A /* NeulandNext.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NeulandNext.app; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = NeulandNext/AppDelegate.h; sourceTree = "<group>"; };
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = NeulandNext/AppDelegate.mm; sourceTree = "<group>"; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = NeulandNext/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = NeulandNext/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = NeulandNext/main.m; sourceTree = "<group>"; };
1EF7F41F5B7A1FB3FD3C5534 /* Pods-NeulandNext.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NeulandNext.debug.xcconfig"; path = "Target Support Files/Pods-NeulandNext/Pods-NeulandNext.debug.xcconfig"; sourceTree = "<group>"; };
4554E8D5ED154F9DB526498E /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "NeulandNext/noop-file.swift"; sourceTree = "<group>"; };
7694F5DD36B72D67ADB21B78 /* Pods-NeulandNext.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NeulandNext.debug.xcconfig"; path = "Target Support Files/Pods-NeulandNext/Pods-NeulandNext.debug.xcconfig"; sourceTree = "<group>"; };
53058AB7F0EEAF734E3661BE /* Pods_NeulandNext.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NeulandNext.framework; sourceTree = BUILT_PRODUCTS_DIR; };
978E8A90965E4E058456B826 /* InfoPlist.strings */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = text.plist.strings; name = InfoPlist.strings; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
A74EDE81CA5A4DC99400863A /* NeulandNext-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "NeulandNext-Bridging-Header.h"; path = "NeulandNext/NeulandNext-Bridging-Header.h"; sourceTree = "<group>"; };
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = NeulandNext/SplashScreen.storyboard; sourceTree = "<group>"; };
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
BB5AF60902F84D62AEF46CC6 /* InfoPlist.strings */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = text.plist.strings; name = InfoPlist.strings; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
DA4BFCC254BD4A7CC352B7F6 /* Pods_NeulandNext.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NeulandNext.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E7208147937BDB07AB0D2168 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = NeulandNext/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
F195FF8D9AFE31BA196BC42F /* Pods-NeulandNext.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NeulandNext.release.xcconfig"; path = "Target Support Files/Pods-NeulandNext/Pods-NeulandNext.release.xcconfig"; sourceTree = "<group>"; };
FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-NeulandNext/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -48,7 +48,7 @@
buildActionMask = 2147483647;
files = (
B7DF72B12CFFBAE000ACB9EA /* MapLibre in Frameworks */,
32D8D564B846DE9C541F650D /* Pods_NeulandNext.framework in Frameworks */,
23C7E96C2EE596138357B3C5 /* Pods_NeulandNext.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -76,7 +76,7 @@
isa = PBXGroup;
children = (
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
DA4BFCC254BD4A7CC352B7F6 /* Pods_NeulandNext.framework */,
53058AB7F0EEAF734E3661BE /* Pods_NeulandNext.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -141,8 +141,8 @@
D65327D7A22EEC0BE12398D9 /* Pods */ = {
isa = PBXGroup;
children = (
7694F5DD36B72D67ADB21B78 /* Pods-NeulandNext.debug.xcconfig */,
06F9D8FF538D280C379A00B8 /* Pods-NeulandNext.release.xcconfig */,
1EF7F41F5B7A1FB3FD3C5534 /* Pods-NeulandNext.debug.xcconfig */,
F195FF8D9AFE31BA196BC42F /* Pods-NeulandNext.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
Expand Down Expand Up @@ -170,15 +170,15 @@
isa = PBXNativeTarget;
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "NeulandNext" */;
buildPhases = (
EF934C65D6704FFB17E54A30 /* [CP] Check Pods Manifest.lock */,
5026F95D2966EE6F89AAEE29 /* [CP] Check Pods Manifest.lock */,
F7E6727DDBDF9E31F6906CD9 /* [Expo] Configure project */,
13B07F871A680F5B00A75B9A /* Sources */,
13B07F8C1A680F5B00A75B9A /* Frameworks */,
13B07F8E1A680F5B00A75B9A /* Resources */,
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
28E106C6BAB84F5988F34B8E /* Remove signature files (Xcode workaround) */,
3BE71120C8E6F81D1AB086C9 /* [CP] Embed Pods Frameworks */,
D9EEE342FA86E28E581A16DF /* [CP] Copy Pods Resources */,
D70296C2C4BFA68154749008 /* [CP] Embed Pods Frameworks */,
E92C66CBDC9A1ABAA5F8B239 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -274,7 +274,29 @@
shellPath = /bin/sh;
shellScript = "\n echo \"Remove signature files (Xcode workaround)\";\n rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";\n ";
};
3BE71120C8E6F81D1AB086C9 /* [CP] Embed Pods Frameworks */ = {
5026F95D2966EE6F89AAEE29 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-NeulandNext-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
D70296C2C4BFA68154749008 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -292,7 +314,7 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NeulandNext/Pods-NeulandNext-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
D9EEE342FA86E28E581A16DF /* [CP] Copy Pods Resources */ = {
E92C66CBDC9A1ABAA5F8B239 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down Expand Up @@ -338,28 +360,6 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NeulandNext/Pods-NeulandNext-resources.sh\"\n";
showEnvVarsInLog = 0;
};
EF934C65D6704FFB17E54A30 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-NeulandNext-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
F7E6727DDBDF9E31F6906CD9 /* [Expo] Configure project */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
Expand Down Expand Up @@ -398,7 +398,7 @@
/* Begin XCBuildConfiguration section */
13B07F941A680F5B00A75B9A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7694F5DD36B72D67ADB21B78 /* Pods-NeulandNext.debug.xcconfig */;
baseConfigurationReference = 1EF7F41F5B7A1FB3FD3C5534 /* Pods-NeulandNext.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
Expand Down Expand Up @@ -438,7 +438,7 @@
};
13B07F951A680F5B00A75B9A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 06F9D8FF538D280C379A00B8 /* Pods-NeulandNext.release.xcconfig */;
baseConfigurationReference = F195FF8D9AFE31BA196BC42F /* Pods-NeulandNext.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
Expand Down
22 changes: 14 additions & 8 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PODS:
- EXJSONUtils (0.14.0)
- EXManifests (0.15.4):
- ExpoModulesCore
- Expo (52.0.19):
- Expo (52.0.20):
- ExpoModulesCore
- expo-dev-client (5.0.6):
- EXManifests
Expand Down Expand Up @@ -232,17 +232,19 @@ PODS:
- ExpoModulesCore
- ExpoBrightness (13.0.2):
- ExpoModulesCore
- ExpoCalendar (14.0.5):
- ExpoModulesCore
- ExpoClipboard (7.0.0):
- ExpoModulesCore
- ExpoCrypto (14.0.1):
- ExpoModulesCore
- ExpoFileSystem (18.0.6):
- ExpoModulesCore
- ExpoFont (13.0.1):
- ExpoFont (13.0.2):
- ExpoModulesCore
- ExpoHaptics (14.0.0):
- ExpoModulesCore
- ExpoHead (4.0.13):
- ExpoHead (4.0.14):
- ExpoModulesCore
- ExpoKeepAwake (14.0.1):
- ExpoModulesCore
Expand Down Expand Up @@ -277,7 +279,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- ExpoScreenOrientation (8.0.1):
- ExpoScreenOrientation (8.0.2):
- DoubleConversion
- ExpoModulesCore
- glog
Expand Down Expand Up @@ -2352,6 +2354,7 @@ DEPENDENCIES:
- ExpoAsset (from `../node_modules/expo-asset/ios`)
- ExpoBlur (from `../node_modules/expo-blur/ios`)
- ExpoBrightness (from `../node_modules/expo-brightness/ios`)
- ExpoCalendar (from `../node_modules/expo-calendar/ios`)
- ExpoClipboard (from `../node_modules/expo-clipboard/ios`)
- ExpoCrypto (from `../node_modules/expo-crypto/ios`)
- ExpoFileSystem (from `../node_modules/expo-file-system/ios`)
Expand Down Expand Up @@ -2499,6 +2502,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/expo-blur/ios"
ExpoBrightness:
:path: "../node_modules/expo-brightness/ios"
ExpoCalendar:
:path: "../node_modules/expo-calendar/ios"
ExpoClipboard:
:path: "../node_modules/expo-clipboard/ios"
ExpoCrypto:
Expand Down Expand Up @@ -2708,7 +2713,7 @@ SPEC CHECKSUMS:
EXConstants: dd2fe64c6cdb1383b694c309a63028a8e9f2be6d
EXJSONUtils: 01fc7492b66c234e395dcffdd5f53439c5c29c93
EXManifests: f30a0c5d3d6cad8db9c01bab579e0aa0df5d3cb2
Expo: d901db29ffb24ccad280920f3c6de69febb89935
Expo: f39be4210805cf1fdd2eba47cb43f743fb420e09
expo-dev-client: 8bb4cc68d1c23b585dddd3169787e37337c5ab4a
expo-dev-launcher: 8972c34d0946cc0fb1d6c1b0578dbf9e4bcff2c3
expo-dev-menu: d770b290f8f3a4affb738fbdee371f085c4db287
Expand All @@ -2717,19 +2722,20 @@ SPEC CHECKSUMS:
ExpoAsset: 8138f2a9ec55ae1ad7c3871448379f7d97692d15
ExpoBlur: 562b3da84d3cd79016c411671eaf71a404266415
ExpoBrightness: ce777f6a365592f745428cb0acc9066b400182e8
ExpoCalendar: 540f2576e76530bc46a1c93d9966fdf6b29d614f
ExpoClipboard: 166ca8c13ca1041f5ba619a211f59427ab5da8a7
ExpoCrypto: 8465f71eb3798c194c0a509d4a76e5c429656d83
ExpoFileSystem: 179a0661fd6d3c4e5d7e500a99a9cd8b295d9566
ExpoFont: 7522d869d84ee2ee8093ee997fef5b86f85d856b
ExpoFont: 260fb85279912421894060d9aea453cee4ffc01c
ExpoHaptics: e636188d1d5f7ccb79f3c1bfab47aaf5a1768c73
ExpoHead: c1a593f9da8f4c09c633bf7494aac5ce590ef6ed
ExpoHead: 9d3c117373c48e147eee6f729b9afde1ccfa03df
ExpoKeepAwake: 783e68647b969b210a786047c3daa7b753dcac1f
ExpoLinearGradient: 7ca3b1d1625a1ab85c129abce4a3cdc78a9500a3
ExpoLinking: a8332a219379ba80f8e612d5a5de4a3da446886e
ExpoLocalAuthentication: fb519b5d39df0cc216e43fef3cc8e2db1930a01e
ExpoLocalization: 8e37268a715b82b36fbb5e361efd5fe65a39c208
ExpoModulesCore: 755e9c03bfe099eae7833d8f8b56118b2fc1107f
ExpoScreenOrientation: 17df4d8b6da91424e338f4b223b8801d300ebc5a
ExpoScreenOrientation: 164a4d1c05122d0101c4e740eb7f675c5276e744
ExpoSecureStore: 06c3192d58ed167f619af3d53797c055f5ada785
ExpoSplashScreen: 5818efe67bdbcc862b97fef589571c5b4d53fa7d
ExpoSystemUI: 2d729aea8219f03af1b1996c1d14488a01fea94a
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@maplibre/maplibre-react-native": "^10.0.0-beta.11",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native": "^7.0.0",
"@react-navigation/stack": "^7.1.1",
"@shopify/flash-list": "1.7.1",
"@tanstack/query-sync-storage-persister": "^5.62.8",
Expand All @@ -45,7 +45,7 @@
"@th3rdwave/react-navigation-bottom-sheet": "0.3.2",
"burnt": "^0.12.2",
"color": "^4.2.3",
"expo": "~52.0.19",
"expo": "~52.0.20",
"expo-alternate-app-icons": "^1.1.0",
"expo-application": "~6.0.1",
"expo-blur": "~14.0.1",
Expand All @@ -59,8 +59,8 @@
"expo-local-authentication": "~15.0.1",
"expo-localization": "~16.0.0",
"expo-navigation-bar": "~4.0.6",
"expo-router": "~4.0.13",
"expo-screen-orientation": "~8.0.1",
"expo-router": "~4.0.14",
"expo-screen-orientation": "~8.0.2",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "~0.29.18",
"expo-system-ui": "~4.0.6",
Expand Down
3 changes: 2 additions & 1 deletion src/app/(screens)/calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,16 @@ const stylesheet = createStyleSheet((theme) => ({
itemsContainer: {
alignSelf: 'center',
justifyContent: 'center',
paddingHorizontal: theme.margins.page,
width: '100%',
},
pagerContainer: {
flex: 1,
marginHorizontal: theme.margins.page,
},
toggleContainer: {
borderColor: theme.colors.border,
paddingBottom: 12,
paddingHorizontal: theme.margins.page,
},
viewTop: {
paddingTop: theme.margins.page,
Expand Down
3 changes: 2 additions & 1 deletion src/app/(screens)/clEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,14 @@ export default function Events(): React.JSX.Element {
const stylesheet = createStyleSheet((theme) => ({
page: {
flex: 1,
margin: theme.margins.page,
marginVertical: theme.margins.page,
},
pagerContainer: {
flex: 1,
},
toggleContainer: {
borderColor: theme.colors.border,
paddingBottom: 12,
paddingHorizontal: theme.margins.page,
},
}))
Loading

0 comments on commit 68656f0

Please sign in to comment.