diff --git a/ui/index.css b/ui/index.css index 4c3ec99f..a84da795 100644 --- a/ui/index.css +++ b/ui/index.css @@ -213,6 +213,9 @@ .ps { @import "tailwindcss/preflight.css"; } + body { + @apply bg-black!; + } } [data-radix-popper-content-wrapper] { 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" ? (