File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const form = {
44
44
formClass ( style :FormStyle = "slideOver" ) { return style == "card" ? card . formClass : slideOver . formClass } ,
45
45
headingClass ( style :FormStyle = "slideOver" ) { return style == "card" ? card . headingClass : slideOver . headingClass } ,
46
46
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" ,
48
48
legendClass : "text-base font-medium text-gray-900 dark:text-gray-100 text-center mb-4" ,
49
49
}
50
50
export const grid = {
You can’t perform that action at this time.
0 commit comments