From abc98595871225a66e62dd8e853088dc0d0751a7 Mon Sep 17 00:00:00 2001 From: futurGH Date: Tue, 4 Nov 2025 03:50:06 -0500 Subject: [PATCH] header icon sizes and spacing --- src/components/account.tsx | 4 ++-- src/components/create.tsx | 6 +++--- src/components/search.tsx | 6 +++--- src/layout.tsx | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/account.tsx b/src/components/account.tsx index d17b3cf..13fa3da 100644 --- a/src/components/account.tsx +++ b/src/components/account.tsx @@ -147,14 +147,14 @@ export const AccountManager = () => { ); diff --git a/src/components/create.tsx b/src/components/create.tsx index 377adb9..aacb0c2 100644 --- a/src/components/create.tsx +++ b/src/components/create.tsx @@ -367,7 +367,7 @@ export const RecordEditor = (props: { create: boolean; record?: any; refetch?: a @@ -479,14 +479,14 @@ export const RecordEditor = (props: { create: boolean; record?: any; refetch?: a diff --git a/src/components/search.tsx b/src/components/search.tsx index 0c5f29a..26fda8f 100644 --- a/src/components/search.tsx +++ b/src/components/search.tsx @@ -29,11 +29,11 @@ const SearchButton = () => { return (