feat: slicing modal backoffice

- Slicing desain modal untuk backoffice di storybook component ModalBackoffice
- Update static directory untuk storybook agar dapat membaca gambar pada folder public
- Minor edit component button & input
This commit is contained in:
Hafid Nur
2025-03-29 02:34:02 +07:00
parent 7eecf2621d
commit 1594be9d46
10 changed files with 408 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export const Button: FC<TButtonProps> = ({
...rest
}): ReactElement => {
const mergedClassName = cn(
'inline-flex items-center justify-center font-[600] rounded-lg px-[16px] py-[10px]',
'inline-flex items-center justify-center font-[600] rounded-md px-[16px] py-[10px]',
'transition-colors duration-200 cursor-pointer',
sizeClasses[size],
variantClasses[variant],