From dbc95e2b7d3dffcdeb3c81b4af4f6db1a30efda3 Mon Sep 17 00:00:00 2001 From: Christian Bedon Date: Sat, 15 Jun 2024 07:06:03 -0500 Subject: [PATCH] fix: lint --- src/components/Thanks/WhatIsNextTemplate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Thanks/WhatIsNextTemplate.vue b/src/components/Thanks/WhatIsNextTemplate.vue index 08479bb7cd..a117194a9c 100644 --- a/src/components/Thanks/WhatIsNextTemplate.vue +++ b/src/components/Thanks/WhatIsNextTemplate.vue @@ -503,8 +503,8 @@ export default { } .option-box { - @apply tw-w-full tw-border tw-rounded tw-flex tw-justify-between tw-cursor-pointer tw-py-2 tw-px-3; transition: border-top 0.05s, border-bottom 0.05s, border-left 0.05s, border-radius 0.2s; + @apply tw-w-full tw-border tw-rounded tw-flex tw-justify-between tw-cursor-pointer tw-py-2 tw-px-3; } .option-box.open {