diff --git a/pkgs/clan-app/ui/src/components/Sidebar/SidebarSection.css b/pkgs/clan-app/ui/src/components/Sidebar/SidebarSection.css index fdcdb4c3a..faf6c421f 100644 --- a/pkgs/clan-app/ui/src/components/Sidebar/SidebarSection.css +++ b/pkgs/clan-app/ui/src/components/Sidebar/SidebarSection.css @@ -5,7 +5,7 @@ div.sidebar-section { @apply flex items-center justify-between px-1.5; & > div.controls { - @apply flex justify-end gap-2; + @apply flex items-center justify-end; } } diff --git a/pkgs/clan-app/ui/src/components/Sidebar/SidebarSectionForm.tsx b/pkgs/clan-app/ui/src/components/Sidebar/SidebarSectionForm.tsx index 792a4af9a..c320d2086 100644 --- a/pkgs/clan-app/ui/src/components/Sidebar/SidebarSectionForm.tsx +++ b/pkgs/clan-app/ui/src/components/Sidebar/SidebarSectionForm.tsx @@ -12,8 +12,7 @@ import { import { OperationNames, SuccessData } from "@/src/hooks/api"; import { GenericSchema, GenericSchemaAsync } from "valibot"; import { Typography } from "@/src/components/Typography/Typography"; -import { Button as KButton } from "@kobalte/core/button"; -import Icon from "@/src/components/Icon/Icon"; +import { Button } from "@/src/components/Button/Button"; import "./SidebarSection.css"; import { Loader } from "../../components/Loader/Loader"; @@ -83,24 +82,24 @@ export function SidebarSectionForm<