From 8313af2d94b800cf4df4fdabd128435f1b277bcb Mon Sep 17 00:00:00 2001 From: Juliet Date: Sat, 24 Jan 2026 14:44:26 +0100 Subject: [PATCH] restyle buttons --- src/components/backlinks.tsx | 4 ++-- src/components/button.tsx | 4 +++- src/components/create/confirm-submit.tsx | 4 +++- src/components/create/file-upload.tsx | 4 +++- src/components/create/handle-input.tsx | 4 +++- src/components/create/index.tsx | 11 ++++------- src/components/json.tsx | 2 +- src/components/notification.tsx | 2 +- src/components/permission-prompt.tsx | 4 +++- src/components/search.tsx | 8 +++----- src/components/text-input.tsx | 2 +- src/views/blob.tsx | 18 +++++++++++++----- src/views/car/shared.tsx | 2 +- src/views/collection.tsx | 9 +++++++-- src/views/home.tsx | 9 +++------ src/views/labels.tsx | 6 ++++-- src/views/pds.tsx | 18 +++++++++++++----- src/views/record.tsx | 4 +++- src/views/stream/index.tsx | 16 ++++++---------- 19 files changed, 77 insertions(+), 54 deletions(-) diff --git a/src/components/backlinks.tsx b/src/components/backlinks.tsx index a767852..c39453d 100644 --- a/src/components/backlinks.tsx +++ b/src/components/backlinks.tsx @@ -46,7 +46,7 @@ const BacklinkRecords = (props: BacklinksProps & { cursor?: string }) => { }); return ( - Loading…
{blobs()?.length} blob{(blobs()?.length ?? 0 > 1) ? "s" : ""}
or
{repos()?.length} loaded