feat: dashboard intro
This commit is contained in:
@ -3,7 +3,7 @@ import { HTMLProps } from "react";
|
||||
|
||||
export function DashboardCard(props: HTMLProps<HTMLDivElement>) {
|
||||
return (
|
||||
<div {...props} className={classNames("px-4 py-6 rounded-3xl border border-layer-1", props.className)}>
|
||||
<div {...props} className={classNames("px-4 py-6 rounded-3xl border border-layer-2", props.className)}>
|
||||
{props.children}
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user