From d7f2344f11fe40352bb0299f7050e5af463c9c90 Mon Sep 17 00:00:00 2001 From: Felix Wotschofsky Date: Fri, 6 Dec 2024 16:14:48 +0100 Subject: [PATCH] =?UTF-8?q?Restyle=20more=20components=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/_components/search-form.tsx | 2 +- .../(dns)/_components/location-selector.tsx | 2 +- .../[domain]/_components/ip-details-modal.tsx | 6 +- app/lookup/[domain]/layout.tsx | 2 +- components/ui/alert-dialog.tsx | 38 ++++++---- components/ui/alert.tsx | 5 +- components/ui/button.tsx | 76 ++++++++++++++++--- components/ui/dialog.tsx | 17 +++-- components/ui/dropdown-menu.tsx | 25 ++++-- components/ui/input.tsx | 64 +++++++++++++--- components/ui/select.tsx | 60 ++++++++++----- components/ui/skeleton.tsx | 5 +- components/ui/table.tsx | 47 ++++++------ next.config.js | 2 +- 14 files changed, 252 insertions(+), 99 deletions(-) diff --git a/app/_components/search-form.tsx b/app/_components/search-form.tsx index 82ad7678..6733578b 100644 --- a/app/_components/search-form.tsx +++ b/app/_components/search-form.tsx @@ -337,7 +337,7 @@ export const SearchForm: FC = (props) => { /> - + {isAppleDevice() ? ( <> K diff --git a/app/lookup/[domain]/(dns)/_components/location-selector.tsx b/app/lookup/[domain]/(dns)/_components/location-selector.tsx index 84769b4a..ed12d5ec 100644 --- a/app/lookup/[domain]/(dns)/_components/location-selector.tsx +++ b/app/lookup/[domain]/(dns)/_components/location-selector.tsx @@ -52,7 +52,7 @@ export const LocationSelector: FC = ({ return (