diff options
| author | MohamedBassem <me@mbassem.com> | 2024-05-06 19:37:11 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-05-12 14:00:00 +0100 |
| commit | e6c9ef4215257eef6afbac7834a58c025fe0d303 (patch) | |
| tree | 5ca796c576a6da6680fea4864b0056f63432b4b6 /apps/mobile/app | |
| parent | ecfcba5aaa3cba474eef9ddae6c02735c93391bc (diff) | |
| download | karakeep-e6c9ef4215257eef6afbac7834a58c025fe0d303.tar.zst | |
ui(mobile): Add horizontal margins to the bookmark cards
Diffstat (limited to 'apps/mobile/app')
| -rw-r--r-- | apps/mobile/app/dashboard/(tabs)/search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/dashboard/(tabs)/search.tsx b/apps/mobile/app/dashboard/(tabs)/search.tsx index 1a79b921..ee029ab8 100644 --- a/apps/mobile/app/dashboard/(tabs)/search.tsx +++ b/apps/mobile/app/dashboard/(tabs)/search.tsx @@ -34,7 +34,7 @@ export default function Search() { <PageTitle title="Search" /> <Input placeholder="Search" - className="mx-4" + className="mx-1" value={search} onChangeText={setSearch} autoFocus |
