From b620ac0975f65dc4acc6e1b04edc677cfce9f2de Mon Sep 17 00:00:00 2001 From: Cess White Date: Thu, 7 May 2026 17:45:25 -0600 Subject: [PATCH 1/3] Updated components to enhance layout with rounded corners and padding, minor change --- ui/studio/Studio.tsx | 40 ++++++++++++++------------- ui/studio/grid/DataGridPagination.tsx | 4 +-- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/ui/studio/Studio.tsx b/ui/studio/Studio.tsx index 6f7e2fe3..236c5c69 100644 --- a/ui/studio/Studio.tsx +++ b/ui/studio/Studio.tsx @@ -165,25 +165,27 @@ function StudioContent() { )} - - {shouldShowStartupIntrospectionRecovery ? ( - void refetch()} - /> - ) : shouldShowDatabaseUnavailableView ? ( - - ) : ( - - )} - +
+ + {shouldShowStartupIntrospectionRecovery ? ( + void refetch()} + /> + ) : shouldShowDatabaseUnavailableView ? ( + + ) : ( + + )} + +
diff --git a/ui/studio/grid/DataGridPagination.tsx b/ui/studio/grid/DataGridPagination.tsx index d302b1ba..4b017a6d 100644 --- a/ui/studio/grid/DataGridPagination.tsx +++ b/ui/studio/grid/DataGridPagination.tsx @@ -121,8 +121,8 @@ export function DataGridPagination(props: DataGridPaginationProps) { } return ( -
-
+
+
{variant === "basic" ? (