diff --git a/front/src/components/ui/Layout.vue b/front/src/components/ui/Layout.vue index 4dfcf6214..0bba912de 100644 --- a/front/src/components/ui/Layout.vue +++ b/front/src/components/ui/Layout.vue @@ -9,7 +9,7 @@ const props = defineProps<{ noWrap?: true, } & { [P in "stack" | "grid" | "flex" | "columns" | "row" | "page"]?: true | string } & { [C in "nav" | "aside" | "header" | "footer" | "main" | "label" | "form" | "h1" | "h2" | "h3" | "h4" | "h5"]?: true } - & { [G in 'no-gap' | `gap-${'4' | '8' | '12' | '16' | '24' | '32' | '64' | 'auto'}` ]?: true } + & { [G in 'no-gap' | `gap-${'4' | '8' | '12' | '16' | '24' | '32' | '48' | '64' | 'auto'}` ]?: true } & (PastelProps | ColorProps | DefaultProps) & RaisedProps & VariantProps