Pixel-perfect aligned edges

This commit is contained in:
shamoon 2023-09-16 02:37:24 -07:00
parent 5109facf1c
commit 38079badc8
2 changed files with 33 additions and 26 deletions

View file

@ -16,7 +16,7 @@ export function getAllClasses(options, additionalClassNames = '') {
}
return classNames(
"flex flex-col justify-center first:ml-0 ml-2 mr-2",
"flex flex-col justify-center ml-2 mr-2",
"mt-2 m:mb-0 rounded-md shadow-md shadow-theme-900/10 dark:shadow-theme-900/20 bg-theme-100/20 dark:bg-white/5 p-2 pl-3 pr-3",
additionalClassNames
);