diff --git a/apps/web/src/features/table/pages/new/page.tsx b/apps/web/src/features/table/pages/new/page.tsx index 22284a8..4f38771 100644 --- a/apps/web/src/features/table/pages/new/page.tsx +++ b/apps/web/src/features/table/pages/new/page.tsx @@ -12,7 +12,7 @@ export function TableNew() { const navigate = useNavigate(); return ( -
+
New Table diff --git a/packages/ui/src/components/global-header.tsx b/packages/ui/src/components/global-header.tsx index cd6c496..bf7bd6e 100644 --- a/packages/ui/src/components/global-header.tsx +++ b/packages/ui/src/components/global-header.tsx @@ -10,7 +10,7 @@ type Props = { function Root({ children }: Props) { return ( -
+
{children}
); @@ -19,8 +19,8 @@ function Root({ children }: Props) { function LogoMark() { return (
- -

+ +

Manifold

@@ -46,7 +46,7 @@ function Authed({ className="flex items-center gap-8" > Safe travels… - + diff --git a/packages/ui/src/components/ui/avatar.tsx b/packages/ui/src/components/ui/avatar.tsx index 55fa44a..543287d 100644 --- a/packages/ui/src/components/ui/avatar.tsx +++ b/packages/ui/src/components/ui/avatar.tsx @@ -10,7 +10,7 @@ const Avatar = React.forwardRef< (({ className, ...props }, ref) => (

)); diff --git a/packages/ui/src/components/ui/command.tsx b/packages/ui/src/components/ui/command.tsx index 443c732..a75645e 100644 --- a/packages/ui/src/components/ui/command.tsx +++ b/packages/ui/src/components/ui/command.tsx @@ -13,7 +13,7 @@ const Command = React.forwardRef< { return (

- + {children} @@ -44,7 +44,7 @@ const CommandInput = React.forwardRef< (({ className, ...props }, ref) => ( )); @@ -115,7 +115,7 @@ const CommandItem = React.forwardRef< {children} - + Close @@ -100,7 +100,7 @@ const DialogDescription = React.forwardRef< >(({ className, ...props }, ref) => ( )); diff --git a/packages/ui/src/components/ui/flex.tsx b/packages/ui/src/components/ui/flex.tsx index d2150d8..933ea4f 100644 --- a/packages/ui/src/components/ui/flex.tsx +++ b/packages/ui/src/components/ui/flex.tsx @@ -12,7 +12,7 @@ const FlexCol = React.forwardRef( const Comp = asChild ? Slot : "div"; return ( diff --git a/packages/ui/src/components/ui/input.tsx b/packages/ui/src/components/ui/input.tsx index f615297..7591457 100644 --- a/packages/ui/src/components/ui/input.tsx +++ b/packages/ui/src/components/ui/input.tsx @@ -11,7 +11,7 @@ const Input = React.forwardRef( ( div]:rotate-90 data-[resize-handle-state=hover]:after:bg-accent-foreground/50 data-[resize-handle-state=drag]:bg-accent-foreground", + "bg-border focus-visible:ring-ring data-[resize-handle-state=hover]:after:bg-accent-foreground/50 data-[resize-handle-state=drag]:bg-accent-foreground relative flex w-px items-center justify-center after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-offset-1 data-[panel-group-direction=vertical]:h-px data-[panel-group-direction=vertical]:w-full data-[panel-group-direction=vertical]:after:left-0 data-[panel-group-direction=vertical]:after:h-1 data-[panel-group-direction=vertical]:after:w-full data-[panel-group-direction=vertical]:after:-translate-y-1/2 data-[panel-group-direction=vertical]:after:translate-x-0 [&[data-panel-group-direction=vertical]>div]:rotate-90", className, )} {...props} > {withHandle && ( -
+
)} diff --git a/packages/ui/src/components/ui/separator.tsx b/packages/ui/src/components/ui/separator.tsx index b3ee12c..8cba1bb 100644 --- a/packages/ui/src/components/ui/separator.tsx +++ b/packages/ui/src/components/ui/separator.tsx @@ -16,7 +16,7 @@ const Separator = React.forwardRef< decorative={decorative} orientation={orientation} className={cn( - "shrink-0 bg-border", + "bg-border shrink-0", orientation === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]", className, )} diff --git a/packages/ui/src/components/ui/skeleton.tsx b/packages/ui/src/components/ui/skeleton.tsx index 163254d..92500d4 100644 --- a/packages/ui/src/components/ui/skeleton.tsx +++ b/packages/ui/src/components/ui/skeleton.tsx @@ -6,7 +6,7 @@ function Skeleton({ }: React.HTMLAttributes) { return (
); diff --git a/packages/ui/src/components/ui/textarea.tsx b/packages/ui/src/components/ui/textarea.tsx index a287f8c..bf22eb0 100644 --- a/packages/ui/src/components/ui/textarea.tsx +++ b/packages/ui/src/components/ui/textarea.tsx @@ -32,7 +32,7 @@ const Textarea = React.forwardRef( return (