Skip to content

Commit a6f86fc

Browse files
committed
remove top border of button class which causes spacing between divide border of form
1 parent ac04b5b commit a6f86fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const form = {
4444
formClass(style:FormStyle = "slideOver") { return style == "card" ? card.formClass : slideOver.formClass },
4545
headingClass(style:FormStyle = "slideOver") { return style == "card" ? card.headingClass : slideOver.headingClass },
4646
subHeadingClass(style:FormStyle = "slideOver") { return style == "card" ? card.subHeadingClass : slideOver.subHeadingClass },
47-
buttonsClass: "mt-4 px-4 py-3 bg-gray-50 dark:bg-gray-900 sm:px-6 flex flex-wrap justify-between",
47+
buttonsClass: "px-4 py-3 bg-gray-50 dark:bg-gray-900 sm:px-6 flex flex-wrap justify-between",
4848
legendClass: "text-base font-medium text-gray-900 dark:text-gray-100 text-center mb-4",
4949
}
5050
export const grid = {

0 commit comments

Comments
 (0)