integers added
This commit is contained in:
@@ -2,7 +2,7 @@ import { cn } from "@/lib/utils";
|
||||
import { type HTMLAttributes } from "react";
|
||||
|
||||
interface CardProps extends HTMLAttributes<HTMLDivElement> {
|
||||
accent?: "unit-1" | "unit-2" | "unit-3" | "unit-4";
|
||||
accent?: "unit-1" | "unit-2" | "unit-3" | "unit-4" | "unit-5";
|
||||
hover?: boolean;
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@ const accentStyles = {
|
||||
"unit-2": "border-l-4 border-l-unit-2",
|
||||
"unit-3": "border-l-4 border-l-unit-3",
|
||||
"unit-4": "border-l-4 border-l-unit-4",
|
||||
"unit-5": "border-l-4 border-l-unit-5",
|
||||
};
|
||||
|
||||
export function Card({
|
||||
|
||||
Reference in New Issue
Block a user