From c561033cf246b72cdbaaab21307999246def06f7 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Fri, 18 Apr 2025 22:24:51 +0200 Subject: [PATCH] feat(PackageHeader): min height + outline button --- frontend/islands/TicketModal.tsx | 4 +++- .../routes/package/(_components)/PackageHeader.tsx | 4 ++-- frontend/static/styles.css | 12 ++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/frontend/islands/TicketModal.tsx b/frontend/islands/TicketModal.tsx index 8f207ee2..74da9ab5 100644 --- a/frontend/islands/TicketModal.tsx +++ b/frontend/islands/TicketModal.tsx @@ -19,7 +19,7 @@ export function TicketModal( { user, kind, style, fields, children, extraMeta, title, description }: { children: ComponentChildren; kind: TicketKind; - style: "primary" | "danger"; + style: "primary" | "danger" | "danger-outline"; user: User | null; title: string; description: ComponentChildren; @@ -63,6 +63,8 @@ export function TicketModal(