From ecb4b7b590ded3733dae27208b9f195b8f4c292d Mon Sep 17 00:00:00 2001 From: Konrad Mohrfeldt <km@roko.li> Date: Thu, 30 May 2024 12:49:09 +0200 Subject: [PATCH] fix: use consistent border-radius --- src/components/shows/AHousekeepingSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shows/AHousekeepingSection.vue b/src/components/shows/AHousekeepingSection.vue index 8de620f7..348996d6 100644 --- a/src/components/shows/AHousekeepingSection.vue +++ b/src/components/shows/AHousekeepingSection.vue @@ -1,6 +1,6 @@ <template> <div - class="tw-w-min tw-min-w-64 tw-px-6 tw-py-4 tw-border tw-border-gray-200 tw-border-solid tw-rounded-md" + class="tw-w-min tw-min-w-64 tw-px-6 tw-py-4 tw-border tw-border-gray-200 tw-border-solid tw-rounded" > <h3 class="tw-font-medium tw-text-base tw-pb-1">{{ title }}</h3> <slot /> -- GitLab