feat: update Card component styling for improved visual clarity
This commit is contained in:
parent
0c297500db
commit
7b498173fe
@ -6,7 +6,7 @@ export const Card: FC<TProperties> = (properties) => {
|
||||
const { children, ...rest } = properties
|
||||
return (
|
||||
<div
|
||||
className="border-[.2px] border-black bg-white p-[30px]"
|
||||
className="border-[.2px] border-black/20 bg-white p-[30px]"
|
||||
{...rest}
|
||||
>
|
||||
{children}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user