chore: styling tweaks for custom box

This commit is contained in:
Pablo Lara
2024-10-08 10:01:43 +02:00
parent dbb0d506af
commit fa604af6ea
2 changed files with 2 additions and 2 deletions
@@ -19,7 +19,7 @@ export const CustomBox = ({
<Card fullWidth {...props}>
{(preTitle || subTitle || title) && (
<>
<CardHeader className="flex-col items-start px-3 pb-3 pt-4">
<CardHeader className="flex-col items-start px-3 py-2">
{preTitle && (
<p className="text-tiny font-bold uppercase">{preTitle}</p>
)}
+1 -1
View File
@@ -1,7 +1,7 @@
export * from "./custom-box";
export * from "./custom-button";
export * from "./custom-dropdown-filter";
export * from "./CustomAlertModal";
export * from "./CustomBox";
export * from "./CustomButtonClientAction";
export * from "./CustomInput";
export * from "./CustomLoader";