diff options
| author | Mohamed Bassem <me@mbassem.com> | 2024-11-24 16:03:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 16:03:45 +0000 |
| commit | fd4a99678cd222941cc66de5d7fcd5f7615f375d (patch) | |
| tree | 53230b11ef0ee315a8e7574c07b9c1fdbb4834e5 /apps/mobile/components/ui/Toast.tsx | |
| parent | d32457e84dda26c0ef63eec6125291d14fa37eb4 (diff) | |
| download | karakeep-fd4a99678cd222941cc66de5d7fcd5f7615f375d.tar.zst | |
deps(mobile): Upgrade to Expo 52 (#692)
* fix(mobile): Sharing bookmark modal
* WIP: Upgrade to 52
* post ugprade fixes
* more fixes
* fix padding in tabbar
Diffstat (limited to 'apps/mobile/components/ui/Toast.tsx')
| -rw-r--r-- | apps/mobile/components/ui/Toast.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/components/ui/Toast.tsx b/apps/mobile/components/ui/Toast.tsx index 9aa25e5c..7bd2e64d 100644 --- a/apps/mobile/components/ui/Toast.tsx +++ b/apps/mobile/components/ui/Toast.tsx @@ -52,7 +52,7 @@ function Toast({ <Animated.View className={` ${toastVariants[variant]} - m-2 mb-1 transform rounded-lg p-4 shadow-md transition-all + m-2 mb-1 transform rounded-lg p-4 transition-all `} style={{ opacity, |
